diff --git a/src/Applications/Applications/docs/v1.0-beta/Microsoft.Graph.Applications.md b/src/Applications/Applications/docs/v1.0-beta/Microsoft.Graph.Applications.md index 75bceccb95e..81cba28602e 100644 --- a/src/Applications/Applications/docs/v1.0-beta/Microsoft.Graph.Applications.md +++ b/src/Applications/Applications/docs/v1.0-beta/Microsoft.Graph.Applications.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Applications -Module Guid: 0495599b-29dc-4963-b533-b66db030a2d0 +Module Guid: 0b516d7a-7854-437c-993c-2936f4281e05 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Applications/Applications/docs/v1.0-beta/New-MgApplication.md b/src/Applications/Applications/docs/v1.0-beta/New-MgApplication.md index b923d4f8f7f..83c755ab711 100644 --- a/src/Applications/Applications/docs/v1.0-beta/New-MgApplication.md +++ b/src/Applications/Applications/docs/v1.0-beta/New-MgApplication.md @@ -733,7 +733,9 @@ The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMi See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. -Supports $filter (eq, ne, not). +The value for this property has implications on other app object properties. +As a result, if you change this property, you may need to change other properties first. +For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). ```yaml Type: System.String @@ -1219,7 +1221,7 @@ BODYPARAMETER : application - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. @@ -1618,7 +1620,7 @@ CONNECTORGROUP : connectorGroup - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. diff --git a/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfile.md b/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfile.md index 4abfe19dc95..e5cac8c7cc2 100644 --- a/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfile.md +++ b/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfile.md @@ -527,7 +527,7 @@ BODYPARAMETER : onPremisesPublishing - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. @@ -941,7 +941,7 @@ CONNECTORGROUPS : List of existing connectorGro - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. @@ -1347,7 +1347,7 @@ CONNECTORS : List of existing connector objects for - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. diff --git a/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfileConnector.md b/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfileConnector.md index ca1193e7310..5bbd40dd7e3 100644 --- a/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfileConnector.md +++ b/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfileConnector.md @@ -442,7 +442,7 @@ BODYPARAMETER : connector - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. @@ -870,7 +870,7 @@ MEMBEROF : The connectorGroup that the connecto - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. diff --git a/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfileConnectorGroup.md b/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfileConnectorGroup.md index a12eecc197c..299066e2efd 100644 --- a/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfileConnectorGroup.md +++ b/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfileConnectorGroup.md @@ -506,7 +506,7 @@ APPLICATIONS : . - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. @@ -899,7 +899,7 @@ BODYPARAMETER : connectorGroup - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. @@ -1335,7 +1335,7 @@ MEMBERS : . - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. diff --git a/src/Applications/Applications/docs/v1.0-beta/Update-MgApplication.md b/src/Applications/Applications/docs/v1.0-beta/Update-MgApplication.md index 4ed36660b8e..c1d6b6663c8 100644 --- a/src/Applications/Applications/docs/v1.0-beta/Update-MgApplication.md +++ b/src/Applications/Applications/docs/v1.0-beta/Update-MgApplication.md @@ -813,7 +813,9 @@ The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMi See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. -Supports $filter (eq, ne, not). +The value for this property has implications on other app object properties. +As a result, if you change this property, you may need to change other properties first. +For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). ```yaml Type: System.String @@ -1301,7 +1303,7 @@ BODYPARAMETER : application - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. @@ -1700,7 +1702,7 @@ CONNECTORGROUP : connectorGroup - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. diff --git a/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfile.md b/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfile.md index 87a4b23229a..00042a9645c 100644 --- a/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfile.md +++ b/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfile.md @@ -594,7 +594,7 @@ BODYPARAMETER : onPremisesPublishing - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. @@ -1008,7 +1008,7 @@ CONNECTORGROUPS : List of existing connectorGro - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. @@ -1414,7 +1414,7 @@ CONNECTORS : List of existing connector objects for - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. diff --git a/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfileConnector.md b/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfileConnector.md index 50ace1f7303..7a3d57b5e78 100644 --- a/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfileConnector.md +++ b/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfileConnector.md @@ -474,7 +474,7 @@ BODYPARAMETER : connector - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. @@ -902,7 +902,7 @@ MEMBEROF : The connectorGroup that the connecto - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. diff --git a/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfileConnectorGroup.md b/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfileConnectorGroup.md index 77a4bd456b2..ae4b39c6db6 100644 --- a/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfileConnectorGroup.md +++ b/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfileConnectorGroup.md @@ -526,7 +526,7 @@ APPLICATIONS : . - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. @@ -919,7 +919,7 @@ BODYPARAMETER : connectorGroup - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. @@ -1355,7 +1355,7 @@ MEMBERS : . - `[CredentialsWithUsageVerify ]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. - `[IsEnabled ]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal. - `[TokenEncryptionKeyId ]`: Locks the tokenEncryptionKeyId property for modification on the service principal. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. diff --git a/src/Applications/Applications/docs/v1.0/Microsoft.Graph.Applications.md b/src/Applications/Applications/docs/v1.0/Microsoft.Graph.Applications.md index 82d03f62e69..6ca9e909ed1 100644 --- a/src/Applications/Applications/docs/v1.0/Microsoft.Graph.Applications.md +++ b/src/Applications/Applications/docs/v1.0/Microsoft.Graph.Applications.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Applications -Module Guid: 0495599b-29dc-4963-b533-b66db030a2d0 +Module Guid: 0b516d7a-7854-437c-993c-2936f4281e05 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Applications/Applications/docs/v1.0/New-MgApplication.md b/src/Applications/Applications/docs/v1.0/New-MgApplication.md index 5effc2fb6c6..eca7eb284bc 100644 --- a/src/Applications/Applications/docs/v1.0/New-MgApplication.md +++ b/src/Applications/Applications/docs/v1.0/New-MgApplication.md @@ -696,7 +696,9 @@ The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMi See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. -Supports $filter (eq, ne, not). +The value for this property has implications on other app object properties. +As a result, if you change this property, you may need to change other properties first. +For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). ```yaml Type: System.String @@ -1041,7 +1043,7 @@ BODYPARAMETER : application - `[ResourceAppId ]`: The unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application. - `[SamlMetadataUrl ]`: The URL where the service exposes SAML metadata for federation. This property is valid only for single-tenant applications. Nullable. - `[ServiceManagementReference ]`: References application or service contact information from a Service or Asset Management database. Nullable. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. diff --git a/src/Applications/Applications/docs/v1.0/Update-MgApplication.md b/src/Applications/Applications/docs/v1.0/Update-MgApplication.md index 986b49ace69..2945ebcd4a9 100644 --- a/src/Applications/Applications/docs/v1.0/Update-MgApplication.md +++ b/src/Applications/Applications/docs/v1.0/Update-MgApplication.md @@ -771,7 +771,9 @@ The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMi See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. -Supports $filter (eq, ne, not). +The value for this property has implications on other app object properties. +As a result, if you change this property, you may need to change other properties first. +For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). ```yaml Type: System.String @@ -1118,7 +1120,7 @@ BODYPARAMETER : application - `[ResourceAppId ]`: The unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application. - `[SamlMetadataUrl ]`: The URL where the service exposes SAML metadata for federation. This property is valid only for single-tenant applications. Nullable. - `[ServiceManagementReference ]`: References application or service contact information from a Service or Asset Management database. Nullable. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not). + - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not). - `[Spa ]`: spaApplication - `[(Any) ]`: This indicates any property can be added to this object. - `[RedirectUris ]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. diff --git a/src/Bookings/Bookings/docs/v1.0-beta/Microsoft.Graph.Bookings.md b/src/Bookings/Bookings/docs/v1.0-beta/Microsoft.Graph.Bookings.md index 7042ff8745d..23b7784fb37 100644 --- a/src/Bookings/Bookings/docs/v1.0-beta/Microsoft.Graph.Bookings.md +++ b/src/Bookings/Bookings/docs/v1.0-beta/Microsoft.Graph.Bookings.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Bookings -Module Guid: d170c3a2-06d3-4127-bfd7-34bb17711c2a +Module Guid: 5b523200-b57e-4044-9a8a-b6cf56b5e43a Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.bookings Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Bookings/Bookings/docs/v1.0-beta/New-MgBusinessScenario.md b/src/Bookings/Bookings/docs/v1.0-beta/New-MgBusinessScenario.md index fb822342f78..ef7c52ef063 100644 --- a/src/Bookings/Bookings/docs/v1.0-beta/New-MgBusinessScenario.md +++ b/src/Bookings/Bookings/docs/v1.0-beta/New-MgBusinessScenario.md @@ -340,7 +340,7 @@ BODYPARAMETER : businessScenario - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -493,7 +493,7 @@ PLANNER : businessScenarioPlanner - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Bookings/Bookings/docs/v1.0-beta/New-MgBusinessScenarioPlannerTask.md b/src/Bookings/Bookings/docs/v1.0-beta/New-MgBusinessScenarioPlannerTask.md index e1d585c53b3..137ceaaa2d2 100644 --- a/src/Bookings/Bookings/docs/v1.0-beta/New-MgBusinessScenarioPlannerTask.md +++ b/src/Bookings/Bookings/docs/v1.0-beta/New-MgBusinessScenarioPlannerTask.md @@ -673,7 +673,7 @@ BODYPARAMETER : businessScenarioTask - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. @@ -741,7 +741,7 @@ BODYPARAMETER : businessScenarioTask BUCKETTASKBOARDFORMAT : plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. BUSINESSSCENARIOPROPERTIES : businessScenarioProperties - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Bookings/Bookings/docs/v1.0-beta/Update-MgBusinessScenario.md b/src/Bookings/Bookings/docs/v1.0-beta/Update-MgBusinessScenario.md index 6747ca5ca1a..d4ff284a8f1 100644 --- a/src/Bookings/Bookings/docs/v1.0-beta/Update-MgBusinessScenario.md +++ b/src/Bookings/Bookings/docs/v1.0-beta/Update-MgBusinessScenario.md @@ -403,7 +403,7 @@ BODYPARAMETER : businessScenario - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -570,7 +570,7 @@ PLANNER : businessScenarioPlanner - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Bookings/Bookings/docs/v1.0-beta/Update-MgBusinessScenarioPlanner.md b/src/Bookings/Bookings/docs/v1.0-beta/Update-MgBusinessScenarioPlanner.md index 3b8a30fbfdd..575af7222ca 100644 --- a/src/Bookings/Bookings/docs/v1.0-beta/Update-MgBusinessScenarioPlanner.md +++ b/src/Bookings/Bookings/docs/v1.0-beta/Update-MgBusinessScenarioPlanner.md @@ -317,7 +317,7 @@ BODYPARAMETER : businessScenarioPlanner - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -464,7 +464,7 @@ TASKS : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Bookings/Bookings/docs/v1.0-beta/Update-MgBusinessScenarioPlannerTask.md b/src/Bookings/Bookings/docs/v1.0-beta/Update-MgBusinessScenarioPlannerTask.md index a534765d72c..91a0d4a0ad4 100644 --- a/src/Bookings/Bookings/docs/v1.0-beta/Update-MgBusinessScenarioPlannerTask.md +++ b/src/Bookings/Bookings/docs/v1.0-beta/Update-MgBusinessScenarioPlannerTask.md @@ -703,7 +703,7 @@ BODYPARAMETER : businessScenarioTask - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. @@ -771,7 +771,7 @@ BODYPARAMETER : businessScenarioTask BUCKETTASKBOARDFORMAT : plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. BUSINESSSCENARIOPROPERTIES : businessScenarioProperties - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Bookings/Bookings/docs/v1.0/Microsoft.Graph.Bookings.md b/src/Bookings/Bookings/docs/v1.0/Microsoft.Graph.Bookings.md index 9f12ff7a12d..65950f7c93a 100644 --- a/src/Bookings/Bookings/docs/v1.0/Microsoft.Graph.Bookings.md +++ b/src/Bookings/Bookings/docs/v1.0/Microsoft.Graph.Bookings.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Bookings -Module Guid: d170c3a2-06d3-4127-bfd7-34bb17711c2a +Module Guid: 5b523200-b57e-4044-9a8a-b6cf56b5e43a Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.bookings Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Calendar/Calendar/docs/v1.0-beta/Microsoft.Graph.Calendar.md b/src/Calendar/Calendar/docs/v1.0-beta/Microsoft.Graph.Calendar.md index cccdc158c03..24a7952f97a 100644 --- a/src/Calendar/Calendar/docs/v1.0-beta/Microsoft.Graph.Calendar.md +++ b/src/Calendar/Calendar/docs/v1.0-beta/Microsoft.Graph.Calendar.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Calendar -Module Guid: ff68b40e-2298-4ca0-ac1e-88f6d1d6a358 +Module Guid: 4e27bfc9-a497-44da-9f0b-b2eec31267a3 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Calendar/Calendar/docs/v1.0/Microsoft.Graph.Calendar.md b/src/Calendar/Calendar/docs/v1.0/Microsoft.Graph.Calendar.md index 45c45624dba..ad5ed71f376 100644 --- a/src/Calendar/Calendar/docs/v1.0/Microsoft.Graph.Calendar.md +++ b/src/Calendar/Calendar/docs/v1.0/Microsoft.Graph.Calendar.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Calendar -Module Guid: ff68b40e-2298-4ca0-ac1e-88f6d1d6a358 +Module Guid: 4e27bfc9-a497-44da-9f0b-b2eec31267a3 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar Help Version: 1.0.0.0 Locale: en-US diff --git a/src/ChangeNotifications/ChangeNotifications/docs/v1.0-beta/Microsoft.Graph.ChangeNotifications.md b/src/ChangeNotifications/ChangeNotifications/docs/v1.0-beta/Microsoft.Graph.ChangeNotifications.md index eb8dfcec457..6b6c2f38f98 100644 --- a/src/ChangeNotifications/ChangeNotifications/docs/v1.0-beta/Microsoft.Graph.ChangeNotifications.md +++ b/src/ChangeNotifications/ChangeNotifications/docs/v1.0-beta/Microsoft.Graph.ChangeNotifications.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.ChangeNotifications -Module Guid: 622719b3-4481-49db-b9cb-a34efe8b40ca +Module Guid: 3dce2198-8bda-4ce9-8850-4d186f51efeb Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.changenotifications Help Version: 1.0.0.0 Locale: en-US diff --git a/src/ChangeNotifications/ChangeNotifications/docs/v1.0-beta/New-MgSubscription.md b/src/ChangeNotifications/ChangeNotifications/docs/v1.0-beta/New-MgSubscription.md index 5dd0328ea7a..2da584e4b9d 100644 --- a/src/ChangeNotifications/ChangeNotifications/docs/v1.0-beta/New-MgSubscription.md +++ b/src/ChangeNotifications/ChangeNotifications/docs/v1.0-beta/New-MgSubscription.md @@ -114,6 +114,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -217,7 +219,8 @@ Accept wildcard characters: False ``` ### -Id -. +The unique idenfier for an entity. +Read-only. ```yaml Type: System.String @@ -426,9 +429,9 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: + - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/ChangeNotifications/ChangeNotifications/docs/v1.0-beta/Update-MgSubscription.md b/src/ChangeNotifications/ChangeNotifications/docs/v1.0-beta/Update-MgSubscription.md index 5a199236583..f056840f188 100644 --- a/src/ChangeNotifications/ChangeNotifications/docs/v1.0-beta/Update-MgSubscription.md +++ b/src/ChangeNotifications/ChangeNotifications/docs/v1.0-beta/Update-MgSubscription.md @@ -127,6 +127,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -230,7 +232,8 @@ Accept wildcard characters: False ``` ### -Id -. +The unique idenfier for an entity. +Read-only. ```yaml Type: System.String @@ -487,9 +490,9 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: + - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/ChangeNotifications/ChangeNotifications/docs/v1.0/Microsoft.Graph.ChangeNotifications.md b/src/ChangeNotifications/ChangeNotifications/docs/v1.0/Microsoft.Graph.ChangeNotifications.md index d6c34334400..ce7ec45d882 100644 --- a/src/ChangeNotifications/ChangeNotifications/docs/v1.0/Microsoft.Graph.ChangeNotifications.md +++ b/src/ChangeNotifications/ChangeNotifications/docs/v1.0/Microsoft.Graph.ChangeNotifications.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.ChangeNotifications -Module Guid: 622719b3-4481-49db-b9cb-a34efe8b40ca +Module Guid: 3dce2198-8bda-4ce9-8850-4d186f51efeb Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.changenotifications Help Version: 1.0.0.0 Locale: en-US diff --git a/src/ChangeNotifications/ChangeNotifications/docs/v1.0/New-MgSubscription.md b/src/ChangeNotifications/ChangeNotifications/docs/v1.0/New-MgSubscription.md index c7715a917e3..fd0cd7666ec 100644 --- a/src/ChangeNotifications/ChangeNotifications/docs/v1.0/New-MgSubscription.md +++ b/src/ChangeNotifications/ChangeNotifications/docs/v1.0/New-MgSubscription.md @@ -114,6 +114,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -216,7 +218,8 @@ Accept wildcard characters: False ``` ### -Id -. +The unique idenfier for an entity. +Read-only. ```yaml Type: System.String @@ -408,9 +411,9 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: + - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/ChangeNotifications/ChangeNotifications/docs/v1.0/Update-MgSubscription.md b/src/ChangeNotifications/ChangeNotifications/docs/v1.0/Update-MgSubscription.md index 87cd7630880..7e3b4fb082e 100644 --- a/src/ChangeNotifications/ChangeNotifications/docs/v1.0/Update-MgSubscription.md +++ b/src/ChangeNotifications/ChangeNotifications/docs/v1.0/Update-MgSubscription.md @@ -126,6 +126,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -228,7 +230,8 @@ Accept wildcard characters: False ``` ### -Id -. +The unique idenfier for an entity. +Read-only. ```yaml Type: System.String @@ -468,9 +471,9 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: + - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Microsoft.Graph.CloudCommunications.md b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Microsoft.Graph.CloudCommunications.md index 3d150255b4a..c9ddb798070 100644 --- a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Microsoft.Graph.CloudCommunications.md +++ b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Microsoft.Graph.CloudCommunications.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.CloudCommunications -Module Guid: 07e39c0b-febe-4565-b232-20e6560727b9 +Module Guid: 8e3c6532-f1a8-4994-bf6a-8985549a357e Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications Help Version: 1.0.0.0 Locale: en-US @@ -367,6 +367,9 @@ Read-only. ### [Set-MgCommunicationPresence](Set-MgCommunicationPresence.md) Set the availability and activity status in a presence session of an application for a user. +### [Set-MgCommunicationPresenceStatusMessage](Set-MgCommunicationPresenceStatusMessage.md) +Invoke action setStatusMessage + ### [Set-MgCommunicationPresenceUserPreferredPresence](Set-MgCommunicationPresenceUserPreferredPresence.md) Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user's presence is the preferred presence. diff --git a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgCommunicationPresence.md b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgCommunicationPresence.md index fed9e532174..f6adb16c3f4 100644 --- a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgCommunicationPresence.md +++ b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgCommunicationPresence.md @@ -15,8 +15,8 @@ Create new navigation property to presences for communications ### CreateExpanded (Default) ``` New-MgCommunicationPresence [-Activity ] [-AdditionalProperties ] [-Availability ] - [-Id ] [-OutOfOfficeSettings ] [-Confirm] [-WhatIf] - [] + [-Id ] [-OutOfOfficeSettings ] + [-StatusMessage ] [-Confirm] [-WhatIf] [] ``` ### Create @@ -127,6 +127,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -StatusMessage +presenceStatusMessage +To construct, please use Get-Help -Online and see NOTES section for STATUSMESSAGE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresenceStatusMessage +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -187,11 +203,34 @@ BODYPARAMETER : presence - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DateTime ]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'. + - `[TimeZone ]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values. + - `[Message ]`: itemBody + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Content ]`: The content of the item. + - `[ContentType ]`: bodyType + - `[PublishedDateTime ]`: OUTOFOFFICESETTINGS : outOfOfficeSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). +STATUSMESSAGE : presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DateTime ]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'. + - `[TimeZone ]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values. + - `[Message ]`: itemBody + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Content ]`: The content of the item. + - `[ContentType ]`: bodyType + - `[PublishedDateTime ]`: + ## RELATED LINKS diff --git a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Set-MgCommunicationPresenceStatusMessage.md b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Set-MgCommunicationPresenceStatusMessage.md new file mode 100644 index 00000000000..b2b5e0a5b8d --- /dev/null +++ b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Set-MgCommunicationPresenceStatusMessage.md @@ -0,0 +1,238 @@ +--- +external help file: +Module Name: Microsoft.Graph.CloudCommunications +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationpresencestatusmessage +schema: 2.0.0 +--- + +# Set-MgCommunicationPresenceStatusMessage + +## SYNOPSIS +Invoke action setStatusMessage + +## SYNTAX + +### SetExpanded (Default) +``` +Set-MgCommunicationPresenceStatusMessage -PresenceId [-AdditionalProperties ] + [-StatusMessage ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Set +``` +Set-MgCommunicationPresenceStatusMessage -PresenceId + -BodyParameter + [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### SetViaIdentity +``` +Set-MgCommunicationPresenceStatusMessage -InputObject + -BodyParameter + [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### SetViaIdentityExpanded +``` +Set-MgCommunicationPresenceStatusMessage -InputObject + [-AdditionalProperties ] [-StatusMessage ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Invoke action setStatusMessage + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: SetExpanded, SetViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +. +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths1Hq60HmCommunicationsPresencesPresenceIdMicrosoftGraphSetstatusmessagePostRequestbodyContentApplicationJsonSchema +Parameter Sets: Set, SetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +Parameter Sets: SetViaIdentity, SetViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PresenceId +key: id of presence + +```yaml +Type: System.String +Parameter Sets: Set, SetExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StatusMessage +presenceStatusMessage +To construct, please use Get-Help -Online and see NOTES section for STATUSMESSAGE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresenceStatusMessage +Parameter Sets: SetExpanded, SetViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +### Microsoft.Graph.PowerShell.Models.IPaths1Hq60HmCommunicationsPresencesPresenceIdMicrosoftGraphSetstatusmessagePostRequestbodyContentApplicationJsonSchema + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +BODYPARAMETER : . + - `[(Any) ]`: This indicates any property can be added to this object. + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DateTime ]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'. + - `[TimeZone ]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values. + - `[Message ]`: itemBody + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Content ]`: The content of the item. + - `[ContentType ]`: bodyType + - `[PublishedDateTime ]`: + +INPUTOBJECT : Identity Parameter + - `[AttendanceRecordId ]`: key: id of attendanceRecord + - `[AudioRoutingGroupId ]`: key: id of audioRoutingGroup + - `[CallId ]`: key: id of call + - `[CallRecordId ]`: key: id of callRecord + - `[CallTranscriptId ]`: key: id of callTranscript + - `[CommsOperationId ]`: key: id of commsOperation + - `[ContentSharingSessionId ]`: key: id of contentSharingSession + - `[MeetingAttendanceReportId ]`: key: id of meetingAttendanceReport + - `[MeetingRegistrationQuestionId ]`: key: id of meetingRegistrationQuestion + - `[OnlineMeetingId ]`: key: id of onlineMeeting + - `[ParticipantId ]`: key: id of participant + - `[PresenceId ]`: key: id of presence + - `[SessionId ]`: key: id of session + - `[UserId ]`: key: id of user + +STATUSMESSAGE : presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DateTime ]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'. + - `[TimeZone ]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values. + - `[Message ]`: itemBody + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Content ]`: The content of the item. + - `[ContentType ]`: bodyType + - `[PublishedDateTime ]`: + +## RELATED LINKS + diff --git a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgCommunicationPresence.md b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgCommunicationPresence.md index 292f16b178c..6d8a7895b32 100644 --- a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgCommunicationPresence.md +++ b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgCommunicationPresence.md @@ -16,7 +16,7 @@ Update the navigation property presences in communications ``` Update-MgCommunicationPresence -PresenceId [-Activity ] [-AdditionalProperties ] [-Availability ] [-Id ] [-OutOfOfficeSettings ] - [-PassThru] [-Confirm] [-WhatIf] [] + [-StatusMessage ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Update @@ -35,8 +35,8 @@ Update-MgCommunicationPresence -InputObject ``` Update-MgCommunicationPresence -InputObject [-Activity ] [-AdditionalProperties ] [-Availability ] [-Id ] - [-OutOfOfficeSettings ] [-PassThru] [-Confirm] [-WhatIf] - [] + [-OutOfOfficeSettings ] + [-StatusMessage ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -187,6 +187,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -StatusMessage +presenceStatusMessage +To construct, please use Get-Help -Online and see NOTES section for STATUSMESSAGE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresenceStatusMessage +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -249,6 +265,17 @@ BODYPARAMETER : presence - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DateTime ]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'. + - `[TimeZone ]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values. + - `[Message ]`: itemBody + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Content ]`: The content of the item. + - `[ContentType ]`: bodyType + - `[PublishedDateTime ]`: INPUTOBJECT : Identity Parameter - `[AttendanceRecordId ]`: key: id of attendanceRecord @@ -271,5 +298,17 @@ OUTOFOFFICESETTINGS : outOfOfficeSettings - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). +STATUSMESSAGE : presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DateTime ]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'. + - `[TimeZone ]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values. + - `[Message ]`: itemBody + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Content ]`: The content of the item. + - `[ContentType ]`: bodyType + - `[PublishedDateTime ]`: + ## RELATED LINKS diff --git a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgUserPresence.md b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgUserPresence.md index f17ed31495c..0e25253f0fd 100644 --- a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgUserPresence.md +++ b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgUserPresence.md @@ -16,7 +16,7 @@ Update the navigation property presence in users ``` Update-MgUserPresence -UserId [-Activity ] [-AdditionalProperties ] [-Availability ] [-Id ] [-OutOfOfficeSettings ] - [-PassThru] [-Confirm] [-WhatIf] [] + [-StatusMessage ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Update @@ -35,8 +35,8 @@ Update-MgUserPresence -InputObject -BodyParameter ``` Update-MgUserPresence -InputObject [-Activity ] [-AdditionalProperties ] [-Availability ] [-Id ] - [-OutOfOfficeSettings ] [-PassThru] [-Confirm] [-WhatIf] - [] + [-OutOfOfficeSettings ] + [-StatusMessage ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -172,6 +172,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -StatusMessage +presenceStatusMessage +To construct, please use Get-Help -Online and see NOTES section for STATUSMESSAGE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresenceStatusMessage +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -UserId key: id of user @@ -249,6 +265,17 @@ BODYPARAMETER : presence - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DateTime ]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'. + - `[TimeZone ]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values. + - `[Message ]`: itemBody + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Content ]`: The content of the item. + - `[ContentType ]`: bodyType + - `[PublishedDateTime ]`: INPUTOBJECT : Identity Parameter - `[AttendanceRecordId ]`: key: id of attendanceRecord @@ -271,5 +298,17 @@ OUTOFOFFICESETTINGS : outOfOfficeSettings - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). +STATUSMESSAGE : presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DateTime ]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'. + - `[TimeZone ]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values. + - `[Message ]`: itemBody + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Content ]`: The content of the item. + - `[ContentType ]`: bodyType + - `[PublishedDateTime ]`: + ## RELATED LINKS diff --git a/src/CloudCommunications/CloudCommunications/docs/v1.0/Microsoft.Graph.CloudCommunications.md b/src/CloudCommunications/CloudCommunications/docs/v1.0/Microsoft.Graph.CloudCommunications.md index 6b0b4ecef46..9507a7229af 100644 --- a/src/CloudCommunications/CloudCommunications/docs/v1.0/Microsoft.Graph.CloudCommunications.md +++ b/src/CloudCommunications/CloudCommunications/docs/v1.0/Microsoft.Graph.CloudCommunications.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.CloudCommunications -Module Guid: 07e39c0b-febe-4565-b232-20e6560727b9 +Module Guid: 8e3c6532-f1a8-4994-bf6a-8985549a357e Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Identity.Governance/Identity.Governance/examples/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentPolicy.md b/src/CloudCommunications/CloudCommunications/examples/v1.0-beta/Set-MgCommunicationPresenceStatusMessage.md similarity index 100% rename from src/Identity.Governance/Identity.Governance/examples/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentPolicy.md rename to src/CloudCommunications/CloudCommunications/examples/v1.0-beta/Set-MgCommunicationPresenceStatusMessage.md diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Microsoft.Graph.Compliance.md b/src/Compliance/Compliance/docs/v1.0-beta/Microsoft.Graph.Compliance.md index dc07c4a9d67..b20b2587f1f 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Microsoft.Graph.Compliance.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Microsoft.Graph.Compliance.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Compliance -Module Guid: 3b412665-950c-4f7d-ac57-ce685fd5e819 +Module Guid: 62cfbe62-d47c-4175-bc08-f211365ef80b Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.compliance Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCase.md b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCase.md index 8be066dd198..8a013753a0f 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCase.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCase.md @@ -1359,9 +1359,9 @@ BODYPARAMETER : case - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1482,11 +1482,11 @@ BODYPARAMETER : case - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1958,7 +1958,7 @@ BODYPARAMETER : case - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2760,7 +2760,7 @@ BODYPARAMETER : case - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2869,7 +2869,7 @@ BODYPARAMETER : case - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4139,6 +4139,11 @@ BODYPARAMETER : case - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4958,14 +4963,60 @@ BODYPARAMETER : case - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -6071,9 +6122,9 @@ CUSTODIANS : Returns a list of case custod - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6194,11 +6245,11 @@ CUSTODIANS : Returns a list of case custod - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6670,7 +6721,7 @@ CUSTODIANS : Returns a list of case custod - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7472,7 +7523,7 @@ CUSTODIANS : Returns a list of case custod - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7581,7 +7632,7 @@ CUSTODIANS : Returns a list of case custod - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8851,6 +8902,11 @@ CUSTODIANS : Returns a list of case custod - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9670,14 +9726,60 @@ CUSTODIANS : Returns a list of case custod - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -10638,9 +10740,9 @@ LEGALHOLDS : Returns a list of case legalH - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10761,11 +10863,11 @@ LEGALHOLDS : Returns a list of case legalH - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11237,7 +11339,7 @@ LEGALHOLDS : Returns a list of case legalH - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12039,7 +12141,7 @@ LEGALHOLDS : Returns a list of case legalH - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12148,7 +12250,7 @@ LEGALHOLDS : Returns a list of case legalH - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13418,6 +13520,11 @@ LEGALHOLDS : Returns a list of case legalH - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14237,14 +14344,60 @@ LEGALHOLDS : Returns a list of case legalH - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings diff --git a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodian.md b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodian.md index a8b37927638..fd8b85650aa 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodian.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodian.md @@ -1326,9 +1326,9 @@ BODYPARAMETER : custodian - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1449,11 +1449,11 @@ BODYPARAMETER : custodian - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1925,7 +1925,7 @@ BODYPARAMETER : custodian - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2727,7 +2727,7 @@ BODYPARAMETER : custodian - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2836,7 +2836,7 @@ BODYPARAMETER : custodian - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4106,6 +4106,11 @@ BODYPARAMETER : custodian - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4925,14 +4930,60 @@ BODYPARAMETER : custodian - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -5889,9 +5940,9 @@ SITESOURCES : Data source entity for Shar - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6012,11 +6063,11 @@ SITESOURCES : Data source entity for Shar - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6488,7 +6539,7 @@ SITESOURCES : Data source entity for Shar - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7290,7 +7341,7 @@ SITESOURCES : Data source entity for Shar - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7399,7 +7450,7 @@ SITESOURCES : Data source entity for Shar - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8669,6 +8720,11 @@ SITESOURCES : Data source entity for Shar - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9488,14 +9544,60 @@ SITESOURCES : Data source entity for Shar - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -10487,9 +10589,9 @@ UNIFIEDGROUPSOURCES : Data source - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10610,11 +10712,11 @@ UNIFIEDGROUPSOURCES : Data source - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11093,7 +11195,7 @@ UNIFIEDGROUPSOURCES : Data source - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11623,7 +11725,7 @@ UNIFIEDGROUPSOURCES : Data source - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11710,14 +11812,60 @@ UNIFIEDGROUPSOURCES : Data source - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13047,7 +13195,7 @@ UNIFIEDGROUPSOURCES : Data source - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13158,6 +13306,11 @@ UNIFIEDGROUPSOURCES : Data source - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianSiteSource.md b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianSiteSource.md index abb865c8941..fa8021a5492 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianSiteSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianSiteSource.md @@ -1188,9 +1188,9 @@ BODYPARAMETER : siteSource - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1311,11 +1311,11 @@ BODYPARAMETER : siteSource - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1787,7 +1787,7 @@ BODYPARAMETER : siteSource - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2589,7 +2589,7 @@ BODYPARAMETER : siteSource - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2698,7 +2698,7 @@ BODYPARAMETER : siteSource - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3968,6 +3968,11 @@ BODYPARAMETER : siteSource - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4787,14 +4792,60 @@ BODYPARAMETER : siteSource - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -5737,9 +5788,9 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5860,11 +5911,11 @@ SITE : site - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6336,7 +6387,7 @@ SITE : site - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7138,7 +7189,7 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7247,7 +7298,7 @@ SITE : site - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8517,6 +8568,11 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9336,14 +9392,60 @@ SITE : site - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings diff --git a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md index 4d37f129d27..2e91e03d523 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md @@ -1285,9 +1285,9 @@ BODYPARAMETER : unifiedGroupSource - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1408,11 +1408,11 @@ BODYPARAMETER : unifiedGroupSource - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1891,7 +1891,7 @@ BODYPARAMETER : unifiedGroupSource - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2421,7 +2421,7 @@ BODYPARAMETER : unifiedGroupSource - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2508,14 +2508,60 @@ BODYPARAMETER : unifiedGroupSource - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3845,7 +3891,7 @@ BODYPARAMETER : unifiedGroupSource - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3956,6 +4002,11 @@ BODYPARAMETER : unifiedGroupSource - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5817,9 +5868,9 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5940,11 +5991,11 @@ GROUP : group - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6423,7 +6474,7 @@ GROUP : group - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6953,7 +7004,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7040,14 +7091,60 @@ GROUP : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8377,7 +8474,7 @@ GROUP : group - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8488,6 +8585,11 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHold.md b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHold.md index 8bebc9ca362..a3040c12c02 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHold.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHold.md @@ -1324,9 +1324,9 @@ BODYPARAMETER : legalHold - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1447,11 +1447,11 @@ BODYPARAMETER : legalHold - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1923,7 +1923,7 @@ BODYPARAMETER : legalHold - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2725,7 +2725,7 @@ BODYPARAMETER : legalHold - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2834,7 +2834,7 @@ BODYPARAMETER : legalHold - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4104,6 +4104,11 @@ BODYPARAMETER : legalHold - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4923,14 +4928,60 @@ BODYPARAMETER : legalHold - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -5906,9 +5957,9 @@ SITESOURCES : Data source entity for Shar - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6029,11 +6080,11 @@ SITESOURCES : Data source entity for Shar - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6505,7 +6556,7 @@ SITESOURCES : Data source entity for Shar - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7307,7 +7358,7 @@ SITESOURCES : Data source entity for Shar - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7416,7 +7467,7 @@ SITESOURCES : Data source entity for Shar - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8686,6 +8737,11 @@ SITESOURCES : Data source entity for Shar - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9505,14 +9561,60 @@ SITESOURCES : Data source entity for Shar - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -10504,9 +10606,9 @@ UNIFIEDGROUPSOURCES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10627,11 +10729,11 @@ UNIFIEDGROUPSOURCES : . - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11110,7 +11212,7 @@ UNIFIEDGROUPSOURCES : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11640,7 +11742,7 @@ UNIFIEDGROUPSOURCES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11727,14 +11829,60 @@ UNIFIEDGROUPSOURCES : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13064,7 +13212,7 @@ UNIFIEDGROUPSOURCES : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13175,6 +13323,11 @@ UNIFIEDGROUPSOURCES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md index e7e43437031..7eb955833e7 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md @@ -1188,9 +1188,9 @@ BODYPARAMETER : siteSource - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1311,11 +1311,11 @@ BODYPARAMETER : siteSource - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1787,7 +1787,7 @@ BODYPARAMETER : siteSource - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2589,7 +2589,7 @@ BODYPARAMETER : siteSource - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2698,7 +2698,7 @@ BODYPARAMETER : siteSource - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3968,6 +3968,11 @@ BODYPARAMETER : siteSource - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4787,14 +4792,60 @@ BODYPARAMETER : siteSource - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -5737,9 +5788,9 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5860,11 +5911,11 @@ SITE : site - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6336,7 +6387,7 @@ SITE : site - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7138,7 +7189,7 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7247,7 +7298,7 @@ SITE : site - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8517,6 +8568,11 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9336,14 +9392,60 @@ SITE : site - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings diff --git a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md index 6e098723733..bf165226a48 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md @@ -1257,9 +1257,9 @@ BODYPARAMETER : unifiedGroupSource - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1380,11 +1380,11 @@ BODYPARAMETER : unifiedGroupSource - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1863,7 +1863,7 @@ BODYPARAMETER : unifiedGroupSource - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2393,7 +2393,7 @@ BODYPARAMETER : unifiedGroupSource - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2480,14 +2480,60 @@ BODYPARAMETER : unifiedGroupSource - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3817,7 +3863,7 @@ BODYPARAMETER : unifiedGroupSource - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3928,6 +3974,11 @@ BODYPARAMETER : unifiedGroupSource - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5789,9 +5840,9 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5912,11 +5963,11 @@ GROUP : group - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6395,7 +6446,7 @@ GROUP : group - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6925,7 +6976,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7012,14 +7063,60 @@ GROUP : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8349,7 +8446,7 @@ GROUP : group - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8460,6 +8557,11 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgCompliance.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgCompliance.md index c88cc82b377..ea68ccfa3a7 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgCompliance.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgCompliance.md @@ -1081,9 +1081,9 @@ BODYPARAMETER : compliance - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1204,11 +1204,11 @@ BODYPARAMETER : compliance - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1680,7 +1680,7 @@ BODYPARAMETER : compliance - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2482,7 +2482,7 @@ BODYPARAMETER : compliance - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2591,7 +2591,7 @@ BODYPARAMETER : compliance - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3861,6 +3861,11 @@ BODYPARAMETER : compliance - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4680,14 +4685,60 @@ BODYPARAMETER : compliance - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -5792,9 +5843,9 @@ EDISCOVERY : ediscoveryroot - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5915,11 +5966,11 @@ EDISCOVERY : ediscoveryroot - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6391,7 +6442,7 @@ EDISCOVERY : ediscoveryroot - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7193,7 +7244,7 @@ EDISCOVERY : ediscoveryroot - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7302,7 +7353,7 @@ EDISCOVERY : ediscoveryroot - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8572,6 +8623,11 @@ EDISCOVERY : ediscoveryroot - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9391,14 +9447,60 @@ EDISCOVERY : ediscoveryroot - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscovery.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscovery.md index cd5c8a194a4..862f43f6764 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscovery.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscovery.md @@ -1095,9 +1095,9 @@ BODYPARAMETER : ediscoveryroot - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1218,11 +1218,11 @@ BODYPARAMETER : ediscoveryroot - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1694,7 +1694,7 @@ BODYPARAMETER : ediscoveryroot - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2496,7 +2496,7 @@ BODYPARAMETER : ediscoveryroot - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2605,7 +2605,7 @@ BODYPARAMETER : ediscoveryroot - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3875,6 +3875,11 @@ BODYPARAMETER : ediscoveryroot - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4694,14 +4699,60 @@ BODYPARAMETER : ediscoveryroot - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -5803,9 +5854,9 @@ CASES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5926,11 +5977,11 @@ CASES : . - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6402,7 +6453,7 @@ CASES : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7204,7 +7255,7 @@ CASES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7313,7 +7364,7 @@ CASES : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8583,6 +8634,11 @@ CASES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9402,14 +9458,60 @@ CASES : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCase.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCase.md index f9ecad00fc0..ac0f2964c1f 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCase.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCase.md @@ -1429,9 +1429,9 @@ BODYPARAMETER : case - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1552,11 +1552,11 @@ BODYPARAMETER : case - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2028,7 +2028,7 @@ BODYPARAMETER : case - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2830,7 +2830,7 @@ BODYPARAMETER : case - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2939,7 +2939,7 @@ BODYPARAMETER : case - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4209,6 +4209,11 @@ BODYPARAMETER : case - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5028,14 +5033,60 @@ BODYPARAMETER : case - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -6141,9 +6192,9 @@ CUSTODIANS : Returns a list of case custod - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6264,11 +6315,11 @@ CUSTODIANS : Returns a list of case custod - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6740,7 +6791,7 @@ CUSTODIANS : Returns a list of case custod - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7542,7 +7593,7 @@ CUSTODIANS : Returns a list of case custod - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7651,7 +7702,7 @@ CUSTODIANS : Returns a list of case custod - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8921,6 +8972,11 @@ CUSTODIANS : Returns a list of case custod - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9740,14 +9796,60 @@ CUSTODIANS : Returns a list of case custod - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -10724,9 +10826,9 @@ LEGALHOLDS : Returns a list of case legalH - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10847,11 +10949,11 @@ LEGALHOLDS : Returns a list of case legalH - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11323,7 +11425,7 @@ LEGALHOLDS : Returns a list of case legalH - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12125,7 +12227,7 @@ LEGALHOLDS : Returns a list of case legalH - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12234,7 +12336,7 @@ LEGALHOLDS : Returns a list of case legalH - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13504,6 +13606,11 @@ LEGALHOLDS : Returns a list of case legalH - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14323,14 +14430,60 @@ LEGALHOLDS : Returns a list of case legalH - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodian.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodian.md index 58bb6fee55a..bab41b70782 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodian.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodian.md @@ -1353,9 +1353,9 @@ BODYPARAMETER : custodian - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1476,11 +1476,11 @@ BODYPARAMETER : custodian - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1952,7 +1952,7 @@ BODYPARAMETER : custodian - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2754,7 +2754,7 @@ BODYPARAMETER : custodian - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2863,7 +2863,7 @@ BODYPARAMETER : custodian - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4133,6 +4133,11 @@ BODYPARAMETER : custodian - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4952,14 +4957,60 @@ BODYPARAMETER : custodian - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -5916,9 +5967,9 @@ SITESOURCES : Data source entity for Shar - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6039,11 +6090,11 @@ SITESOURCES : Data source entity for Shar - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6515,7 +6566,7 @@ SITESOURCES : Data source entity for Shar - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7317,7 +7368,7 @@ SITESOURCES : Data source entity for Shar - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7426,7 +7477,7 @@ SITESOURCES : Data source entity for Shar - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8696,6 +8747,11 @@ SITESOURCES : Data source entity for Shar - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9515,14 +9571,60 @@ SITESOURCES : Data source entity for Shar - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -10514,9 +10616,9 @@ UNIFIEDGROUPSOURCES : Data source - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10637,11 +10739,11 @@ UNIFIEDGROUPSOURCES : Data source - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11120,7 +11222,7 @@ UNIFIEDGROUPSOURCES : Data source - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11650,7 +11752,7 @@ UNIFIEDGROUPSOURCES : Data source - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11737,14 +11839,60 @@ UNIFIEDGROUPSOURCES : Data source - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13074,7 +13222,7 @@ UNIFIEDGROUPSOURCES : Data source - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13185,6 +13333,11 @@ UNIFIEDGROUPSOURCES : Data source - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianSiteSource.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianSiteSource.md index ceb3195457a..bc54bf72327 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianSiteSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianSiteSource.md @@ -1205,9 +1205,9 @@ BODYPARAMETER : siteSource - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1328,11 +1328,11 @@ BODYPARAMETER : siteSource - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1804,7 +1804,7 @@ BODYPARAMETER : siteSource - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2606,7 +2606,7 @@ BODYPARAMETER : siteSource - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2715,7 +2715,7 @@ BODYPARAMETER : siteSource - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3985,6 +3985,11 @@ BODYPARAMETER : siteSource - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4804,14 +4809,60 @@ BODYPARAMETER : siteSource - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -5754,9 +5805,9 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5877,11 +5928,11 @@ SITE : site - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6353,7 +6404,7 @@ SITE : site - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7155,7 +7206,7 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7264,7 +7315,7 @@ SITE : site - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8534,6 +8585,11 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9353,14 +9409,60 @@ SITE : site - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md index e533773134b..bb7e1b22d51 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md @@ -1289,9 +1289,9 @@ BODYPARAMETER : unifiedGroupSource - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1412,11 +1412,11 @@ BODYPARAMETER : unifiedGroupSource - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1895,7 +1895,7 @@ BODYPARAMETER : unifiedGroupSource - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2425,7 +2425,7 @@ BODYPARAMETER : unifiedGroupSource - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2512,14 +2512,60 @@ BODYPARAMETER : unifiedGroupSource - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3849,7 +3895,7 @@ BODYPARAMETER : unifiedGroupSource - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3960,6 +4006,11 @@ BODYPARAMETER : unifiedGroupSource - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5821,9 +5872,9 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5944,11 +5995,11 @@ GROUP : group - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6427,7 +6478,7 @@ GROUP : group - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6957,7 +7008,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7044,14 +7095,60 @@ GROUP : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8381,7 +8478,7 @@ GROUP : group - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8492,6 +8589,11 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHold.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHold.md index 7a14310dd2c..0af3afaaf82 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHold.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHold.md @@ -1343,9 +1343,9 @@ BODYPARAMETER : legalHold - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1466,11 +1466,11 @@ BODYPARAMETER : legalHold - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1942,7 +1942,7 @@ BODYPARAMETER : legalHold - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2744,7 +2744,7 @@ BODYPARAMETER : legalHold - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2853,7 +2853,7 @@ BODYPARAMETER : legalHold - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4123,6 +4123,11 @@ BODYPARAMETER : legalHold - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4942,14 +4947,60 @@ BODYPARAMETER : legalHold - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -5925,9 +5976,9 @@ SITESOURCES : Data source entity for Shar - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6048,11 +6099,11 @@ SITESOURCES : Data source entity for Shar - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6524,7 +6575,7 @@ SITESOURCES : Data source entity for Shar - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7326,7 +7377,7 @@ SITESOURCES : Data source entity for Shar - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7435,7 +7486,7 @@ SITESOURCES : Data source entity for Shar - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8705,6 +8756,11 @@ SITESOURCES : Data source entity for Shar - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9524,14 +9580,60 @@ SITESOURCES : Data source entity for Shar - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -10523,9 +10625,9 @@ UNIFIEDGROUPSOURCES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10646,11 +10748,11 @@ UNIFIEDGROUPSOURCES : . - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11129,7 +11231,7 @@ UNIFIEDGROUPSOURCES : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11659,7 +11761,7 @@ UNIFIEDGROUPSOURCES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11746,14 +11848,60 @@ UNIFIEDGROUPSOURCES : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13083,7 +13231,7 @@ UNIFIEDGROUPSOURCES : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13194,6 +13342,11 @@ UNIFIEDGROUPSOURCES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md index caafb3f1e0f..b8064103e72 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md @@ -1205,9 +1205,9 @@ BODYPARAMETER : siteSource - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1328,11 +1328,11 @@ BODYPARAMETER : siteSource - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1804,7 +1804,7 @@ BODYPARAMETER : siteSource - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2606,7 +2606,7 @@ BODYPARAMETER : siteSource - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2715,7 +2715,7 @@ BODYPARAMETER : siteSource - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3985,6 +3985,11 @@ BODYPARAMETER : siteSource - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4804,14 +4809,60 @@ BODYPARAMETER : siteSource - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -5754,9 +5805,9 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5877,11 +5928,11 @@ SITE : site - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6353,7 +6404,7 @@ SITE : site - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7155,7 +7206,7 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7264,7 +7315,7 @@ SITE : site - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8534,6 +8585,11 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9353,14 +9409,60 @@ SITE : site - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md index 627b479525d..e73cc4bb21c 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md @@ -1289,9 +1289,9 @@ BODYPARAMETER : unifiedGroupSource - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1412,11 +1412,11 @@ BODYPARAMETER : unifiedGroupSource - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1895,7 +1895,7 @@ BODYPARAMETER : unifiedGroupSource - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2425,7 +2425,7 @@ BODYPARAMETER : unifiedGroupSource - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2512,14 +2512,60 @@ BODYPARAMETER : unifiedGroupSource - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3849,7 +3895,7 @@ BODYPARAMETER : unifiedGroupSource - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3960,6 +4006,11 @@ BODYPARAMETER : unifiedGroupSource - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5821,9 +5872,9 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. This property is read-only. - `[Id ]`: The identifier of the identity. This property is read-only. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5944,11 +5995,11 @@ GROUP : group - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6427,7 +6478,7 @@ GROUP : group - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique identifier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6957,7 +7008,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7044,14 +7095,60 @@ GROUP : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique identifier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique identifier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8381,7 +8478,7 @@ GROUP : group - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique identifier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8492,6 +8589,11 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Compliance/Compliance/docs/v1.0/Microsoft.Graph.Compliance.md b/src/Compliance/Compliance/docs/v1.0/Microsoft.Graph.Compliance.md index c72938e661a..8da88787ab2 100644 --- a/src/Compliance/Compliance/docs/v1.0/Microsoft.Graph.Compliance.md +++ b/src/Compliance/Compliance/docs/v1.0/Microsoft.Graph.Compliance.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Compliance -Module Guid: 3b412665-950c-4f7d-ac57-ce685fd5e819 +Module Guid: 62cfbe62-d47c-4175-bc08-f211365ef80b Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.compliance Help Version: 1.0.0.0 Locale: en-US diff --git a/src/CrossDeviceExperiences/CrossDeviceExperiences/docs/v1.0-beta/Microsoft.Graph.CrossDeviceExperiences.md b/src/CrossDeviceExperiences/CrossDeviceExperiences/docs/v1.0-beta/Microsoft.Graph.CrossDeviceExperiences.md index def85060cf1..9167bd88b58 100644 --- a/src/CrossDeviceExperiences/CrossDeviceExperiences/docs/v1.0-beta/Microsoft.Graph.CrossDeviceExperiences.md +++ b/src/CrossDeviceExperiences/CrossDeviceExperiences/docs/v1.0-beta/Microsoft.Graph.CrossDeviceExperiences.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.CrossDeviceExperiences -Module Guid: 0dcb4e9c-3d96-44be-b61d-45c4d1986768 +Module Guid: ee10532b-c2da-4a8b-942a-31a0a8949150 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.crossdeviceexperiences Help Version: 1.0.0.0 Locale: en-US diff --git a/src/CrossDeviceExperiences/CrossDeviceExperiences/docs/v1.0/Microsoft.Graph.CrossDeviceExperiences.md b/src/CrossDeviceExperiences/CrossDeviceExperiences/docs/v1.0/Microsoft.Graph.CrossDeviceExperiences.md index 8aff74ebfb7..e4761d2de59 100644 --- a/src/CrossDeviceExperiences/CrossDeviceExperiences/docs/v1.0/Microsoft.Graph.CrossDeviceExperiences.md +++ b/src/CrossDeviceExperiences/CrossDeviceExperiences/docs/v1.0/Microsoft.Graph.CrossDeviceExperiences.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.CrossDeviceExperiences -Module Guid: 0dcb4e9c-3d96-44be-b61d-45c4d1986768 +Module Guid: ee10532b-c2da-4a8b-942a-31a0a8949150 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.crossdeviceexperiences Help Version: 1.0.0.0 Locale: en-US diff --git a/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0-beta/Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport.md b/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0-beta/Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport.md new file mode 100644 index 00000000000..7abc31a52be --- /dev/null +++ b/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0-beta/Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport.md @@ -0,0 +1,281 @@ +--- +external help file: +Module Name: Microsoft.Graph.DeviceManagement.Actions +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/get-mgdevicemanagementvirtualendpointreportshareduselicenseusagereport +schema: 2.0.0 +--- + +# Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport + +## SYNOPSIS +Invoke action getSharedUseLicenseUsageReport + +## SYNTAX + +### GetExpanded (Default) +``` +Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport -OutFile + [-AdditionalProperties ] [-Filter ] [-GroupBy ] [-Property ] + [-ReportName ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### Get +``` +Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport + -BodyParameter + -OutFile [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Invoke action getSharedUseLicenseUsageReport + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: GetExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +. +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPathsWyfb0MDevicemanagementVirtualendpointReportsMicrosoftGraphGetshareduselicenseusagereportPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Filter +. + +```yaml +Type: System.String +Parameter Sets: GetExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GroupBy +. + +```yaml +Type: System.String[] +Parameter Sets: GetExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OutFile +Path to write output file to + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +. + +```yaml +Type: System.String[] +Parameter Sets: GetExpanded +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ReportName +cloudPcReportName + +```yaml +Type: System.String +Parameter Sets: GetExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +. + +```yaml +Type: System.String +Parameter Sets: GetExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +. + +```yaml +Type: System.Int32 +Parameter Sets: GetExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +. + +```yaml +Type: System.String[] +Parameter Sets: GetExpanded +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +. + +```yaml +Type: System.Int32 +Parameter Sets: GetExpanded +Aliases: Limit + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IPathsWyfb0MDevicemanagementVirtualendpointReportsMicrosoftGraphGetshareduselicenseusagereportPostRequestbodyContentApplicationJsonSchema + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +BODYPARAMETER : . + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Filter ]`: + - `[GroupBy ]`: + - `[OrderBy ]`: + - `[ReportName ]`: cloudPcReportName + - `[Search ]`: + - `[Select ]`: + - `[Skip ]`: + - `[Top ]`: + +## RELATED LINKS + diff --git a/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0-beta/Invoke-MgRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation.md b/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0-beta/Invoke-MgRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation.md index 4c1215644c7..4218dbd12ee 100644 --- a/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0-beta/Invoke-MgRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation.md +++ b/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0-beta/Invoke-MgRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation.md @@ -8,7 +8,8 @@ schema: 2.0.0 # Invoke-MgRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation ## SYNOPSIS -Invoke action retryPartnerAgentInstallation +Retry installation for the partner agents which failed to install on the Cloud PC. +Service side will check which agent installation failed firstly and retry. ## SYNTAX @@ -25,7 +26,8 @@ Invoke-MgRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation ``` ## DESCRIPTION -Invoke action retryPartnerAgentInstallation +Retry installation for the partner agents which failed to install on the Cloud PC. +Service side will check which agent installation failed firstly and retry. ## EXAMPLES diff --git a/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.Actions.md b/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.Actions.md index 4dac2ad2cca..08bdab48c9f 100644 --- a/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.Actions.md +++ b/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.Actions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DeviceManagement.Actions -Module Guid: 4d897fff-617b-47f4-bda7-98a5a71c5d9b +Module Guid: efe9dee6-145c-484e-947c-cbff6498c3cf Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions Help Version: 1.0.0.0 Locale: en-US @@ -304,6 +304,9 @@ Get the daily aggregated remote connection reports, such as round trip time, ava ### [Get-MgDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport](Get-MgDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport.md) Get the remote connection history records of a Cloud PC during a given period. +### [Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport](Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport.md) +Invoke action getSharedUseLicenseUsageReport + ### [Get-MgDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport](Get-MgDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport.md) Get the total aggregated remote connection usage of a Cloud PC during a given time span. @@ -474,7 +477,8 @@ Retire a device Retire a device ### [Invoke-MgRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation](Invoke-MgRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation.md) -Invoke action retryPartnerAgentInstallation +Retry installation for the partner agents which failed to install on the Cloud PC. +Service side will check which agent installation failed firstly and retry. ### [Invoke-MgReuploadDeviceManagementVirtualEndpointDeviceImage](Invoke-MgReuploadDeviceManagementVirtualEndpointDeviceImage.md) Reupload a cloudPcDeviceImage object that failed to upload. diff --git a/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0/Microsoft.Graph.DeviceManagement.Actions.md b/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0/Microsoft.Graph.DeviceManagement.Actions.md index b6fa5c4a81c..a8d225c9522 100644 --- a/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0/Microsoft.Graph.DeviceManagement.Actions.md +++ b/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0/Microsoft.Graph.DeviceManagement.Actions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DeviceManagement.Actions -Module Guid: 4d897fff-617b-47f4-bda7-98a5a71c5d9b +Module Guid: efe9dee6-145c-484e-947c-cbff6498c3cf Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Identity.Governance/Identity.Governance/examples/v1.0/Get-MgEntitlementManagementAccessPackageAssignmentPolicy.md b/src/DeviceManagement.Actions/DeviceManagement.Actions/examples/v1.0-beta/Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport.md similarity index 100% rename from src/Identity.Governance/Identity.Governance/examples/v1.0/Get-MgEntitlementManagementAccessPackageAssignmentPolicy.md rename to src/DeviceManagement.Actions/DeviceManagement.Actions/examples/v1.0-beta/Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport.md diff --git a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.Administration.md b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.Administration.md index 8e99aa8ddf1..7c578fe4b6b 100644 --- a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.Administration.md +++ b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.Administration.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DeviceManagement.Administration -Module Guid: 504ec205-a4db-4901-aaab-b933db81d3d5 +Module Guid: 87380e30-9e41-4076-a5a9-176c238a0e71 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.administration Help Version: 1.0.0.0 Locale: en-US diff --git a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/New-MgDeviceManagementVirtualEndpointOnPremisesConnection.md b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/New-MgDeviceManagementVirtualEndpointOnPremisesConnection.md index 488ba5d2125..73daa61ddc3 100644 --- a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/New-MgDeviceManagementVirtualEndpointOnPremisesConnection.md +++ b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/New-MgDeviceManagementVirtualEndpointOnPremisesConnection.md @@ -20,7 +20,7 @@ New-MgDeviceManagementVirtualEndpointOnPremisesConnection [-AdditionalProperties [-HealthCheckStatusDetails ] [-Id ] [-InUse] [-ManagedBy ] [-OrganizationalUnit ] [-ResourceGroupId ] [-SubnetId ] [-SubscriptionId ] [-SubscriptionName ] [-Type ] [-VirtualNetworkId ] - [-Confirm] [-WhatIf] [] + [-VirtualNetworkLocation ] [-Confirm] [-WhatIf] [] ``` ### Create @@ -361,6 +361,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -VirtualNetworkLocation +. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -442,6 +457,7 @@ BODYPARAMETER : cloudPcOnPremisesCon - `[SubscriptionName ]`: The name of the target Azure subscription. Read-only. - `[Type ]`: cloudPcOnPremisesConnectionType - `[VirtualNetworkId ]`: The ID of the target virtual network. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}. + - `[VirtualNetworkLocation ]`: HEALTHCHECKSTATUSDETAILS : cloudPcOnPremisesConnectionStatusDetails - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/New-MgDeviceManagementVirtualEndpointProvisioningPolicy.md b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/New-MgDeviceManagementVirtualEndpointProvisioningPolicy.md index d0c87394f8f..bf345c0182b 100644 --- a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/New-MgDeviceManagementVirtualEndpointProvisioningPolicy.md +++ b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/New-MgDeviceManagementVirtualEndpointProvisioningPolicy.md @@ -17,11 +17,12 @@ Create a new cloudPcProvisioningPolicy object. New-MgDeviceManagementVirtualEndpointProvisioningPolicy [-AdditionalProperties ] [-AlternateResourceUrl ] [-Assignments ] [-CloudPcGroupDisplayName ] [-Description ] [-DisplayName ] - [-DomainJoinConfiguration ] [-GracePeriodInHours ] - [-Id ] [-ImageDisplayName ] [-ImageId ] [-ImageType ] [-LocalAdminEnabled] - [-ManagedBy ] [-MicrosoftManagedDesktop ] - [-OnPremisesConnectionId ] [-ProvisioningType ] - [-WindowsSettings ] [-Confirm] [-WhatIf] [] + [-DomainJoinConfiguration ] [-EnableSingleSignOn] + [-GracePeriodInHours ] [-Id ] [-ImageDisplayName ] [-ImageId ] + [-ImageType ] [-LocalAdminEnabled] [-ManagedBy ] + [-MicrosoftManagedDesktop ] [-OnPremisesConnectionId ] + [-ProvisioningType ] [-WindowsSettings ] [-Confirm] [-WhatIf] + [] ``` ### Create @@ -191,6 +192,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -EnableSingleSignOn +. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -GracePeriodInHours The number of hours to wait before reprovisioning/deprovisioning happens. Read-only. @@ -440,6 +456,7 @@ BODYPARAMETER : cloudPcProvisioningPol - `[RegionGroup ]`: cloudPcRegionGroup - `[RegionName ]`: The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. The underlying virtual network will be created and managed by the Windows 365 service. This can only be entered if the IT admin chooses Azure AD joined as the domain join type. If you enter a regionName, leave onPremisesConnectionId as empty. - `[Type ]`: cloudPcDomainJoinType + - `[EnableSingleSignOn ]`: - `[GracePeriodInHours ]`: The number of hours to wait before reprovisioning/deprovisioning happens. Read-only. - `[ImageDisplayName ]`: The display name for the OS image you’re provisioning. - `[ImageId ]`: The ID of the OS image you want to provision on Cloud PCs. The format for a gallery type image is: {publisher_offer_sku}. Supported values for each of the parameters are as follows:publisher: Microsoftwindowsdesktop. offer: windows-ent-cpc. sku: 21h1-ent-cpc-m365, 21h1-ent-cpc-os, 20h2-ent-cpc-m365, 20h2-ent-cpc-os, 20h1-ent-cpc-m365, 20h1-ent-cpc-os, 19h2-ent-cpc-m365 and 19h2-ent-cpc-os. diff --git a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Update-MgDeviceManagementVirtualEndpointOnPremisesConnection.md b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Update-MgDeviceManagementVirtualEndpointOnPremisesConnection.md index 48a5f245478..94c79466f54 100644 --- a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Update-MgDeviceManagementVirtualEndpointOnPremisesConnection.md +++ b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Update-MgDeviceManagementVirtualEndpointOnPremisesConnection.md @@ -21,7 +21,7 @@ Update-MgDeviceManagementVirtualEndpointOnPremisesConnection -CloudPcOnPremisesC [-HealthCheckStatusDetails ] [-Id ] [-InUse] [-ManagedBy ] [-OrganizationalUnit ] [-ResourceGroupId ] [-SubnetId ] [-SubscriptionId ] [-SubscriptionName ] [-Type ] [-VirtualNetworkId ] - [-PassThru] [-Confirm] [-WhatIf] [] + [-VirtualNetworkLocation ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Update @@ -48,7 +48,7 @@ Update-MgDeviceManagementVirtualEndpointOnPremisesConnection [-HealthCheckStatusDetails ] [-Id ] [-InUse] [-ManagedBy ] [-OrganizationalUnit ] [-ResourceGroupId ] [-SubnetId ] [-SubscriptionId ] [-SubscriptionName ] [-Type ] [-VirtualNetworkId ] - [-PassThru] [-Confirm] [-WhatIf] [] + [-VirtualNetworkLocation ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -428,6 +428,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -VirtualNetworkLocation +. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -511,6 +526,7 @@ BODYPARAMETER : cloudPcOnPremisesCon - `[SubscriptionName ]`: The name of the target Azure subscription. Read-only. - `[Type ]`: cloudPcOnPremisesConnectionType - `[VirtualNetworkId ]`: The ID of the target virtual network. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}. + - `[VirtualNetworkLocation ]`: HEALTHCHECKSTATUSDETAILS : cloudPcOnPremisesConnectionStatusDetails - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Update-MgDeviceManagementVirtualEndpointOrganizationSetting.md b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Update-MgDeviceManagementVirtualEndpointOrganizationSetting.md index a2ee0211fb3..71b563fcfac 100644 --- a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Update-MgDeviceManagementVirtualEndpointOrganizationSetting.md +++ b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Update-MgDeviceManagementVirtualEndpointOrganizationSetting.md @@ -15,7 +15,7 @@ Update the properties of the cloudPcOrganizationSettings object in a tenant. ### UpdateExpanded (Default) ``` Update-MgDeviceManagementVirtualEndpointOrganizationSetting [-AdditionalProperties ] - [-EnableMemAutoEnroll] [-Id ] [-OSVersion ] [-UserAccountType ] + [-EnableMemAutoEnroll] [-EnableSingleSignOn] [-Id ] [-OSVersion ] [-UserAccountType ] [-WindowsSettings ] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -99,6 +99,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -EnableSingleSignOn +. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Id The unique idenfier for an entity. Read-only. @@ -231,6 +246,7 @@ BODYPARAMETER : cloudPcOrganizationS - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[EnableMemAutoEnroll ]`: Specifies whether new Cloud PCs will be automatically enrolled in Microsoft Endpoint Manager(MEM). The default value is false. + - `[EnableSingleSignOn ]`: - `[OSVersion ]`: cloudPcOperatingSystem - `[UserAccountType ]`: cloudPcUserAccountType - `[WindowsSettings ]`: cloudPcWindowsSettings diff --git a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Update-MgDeviceManagementVirtualEndpointProvisioningPolicy.md b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Update-MgDeviceManagementVirtualEndpointProvisioningPolicy.md index 487409c0ac4..b6790593750 100644 --- a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Update-MgDeviceManagementVirtualEndpointProvisioningPolicy.md +++ b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Update-MgDeviceManagementVirtualEndpointProvisioningPolicy.md @@ -18,12 +18,12 @@ Update-MgDeviceManagementVirtualEndpointProvisioningPolicy -CloudPcProvisioningP [-AdditionalProperties ] [-AlternateResourceUrl ] [-Assignments ] [-CloudPcGroupDisplayName ] [-Description ] [-DisplayName ] - [-DomainJoinConfiguration ] [-GracePeriodInHours ] - [-Id ] [-ImageDisplayName ] [-ImageId ] [-ImageType ] [-LocalAdminEnabled] - [-ManagedBy ] [-MicrosoftManagedDesktop ] - [-OnPremisesConnectionId ] [-ProvisioningType ] - [-WindowsSettings ] [-PassThru] [-Confirm] [-WhatIf] - [] + [-DomainJoinConfiguration ] [-EnableSingleSignOn] + [-GracePeriodInHours ] [-Id ] [-ImageDisplayName ] [-ImageId ] + [-ImageType ] [-LocalAdminEnabled] [-ManagedBy ] + [-MicrosoftManagedDesktop ] [-OnPremisesConnectionId ] + [-ProvisioningType ] [-WindowsSettings ] [-PassThru] + [-Confirm] [-WhatIf] [] ``` ### Update @@ -47,12 +47,12 @@ Update-MgDeviceManagementVirtualEndpointProvisioningPolicy -InputObject [-AdditionalProperties ] [-AlternateResourceUrl ] [-Assignments ] [-CloudPcGroupDisplayName ] [-Description ] [-DisplayName ] - [-DomainJoinConfiguration ] [-GracePeriodInHours ] - [-Id ] [-ImageDisplayName ] [-ImageId ] [-ImageType ] [-LocalAdminEnabled] - [-ManagedBy ] [-MicrosoftManagedDesktop ] - [-OnPremisesConnectionId ] [-ProvisioningType ] - [-WindowsSettings ] [-PassThru] [-Confirm] [-WhatIf] - [] + [-DomainJoinConfiguration ] [-EnableSingleSignOn] + [-GracePeriodInHours ] [-Id ] [-ImageDisplayName ] [-ImageId ] + [-ImageType ] [-LocalAdminEnabled] [-ManagedBy ] + [-MicrosoftManagedDesktop ] [-OnPremisesConnectionId ] + [-ProvisioningType ] [-WindowsSettings ] [-PassThru] + [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -226,6 +226,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -EnableSingleSignOn +. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -GracePeriodInHours The number of hours to wait before reprovisioning/deprovisioning happens. Read-only. @@ -508,6 +523,7 @@ BODYPARAMETER : cloudPcProvisioningPol - `[RegionGroup ]`: cloudPcRegionGroup - `[RegionName ]`: The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. The underlying virtual network will be created and managed by the Windows 365 service. This can only be entered if the IT admin chooses Azure AD joined as the domain join type. If you enter a regionName, leave onPremisesConnectionId as empty. - `[Type ]`: cloudPcDomainJoinType + - `[EnableSingleSignOn ]`: - `[GracePeriodInHours ]`: The number of hours to wait before reprovisioning/deprovisioning happens. Read-only. - `[ImageDisplayName ]`: The display name for the OS image you’re provisioning. - `[ImageId ]`: The ID of the OS image you want to provision on Cloud PCs. The format for a gallery type image is: {publisher_offer_sku}. Supported values for each of the parameters are as follows:publisher: Microsoftwindowsdesktop. offer: windows-ent-cpc. sku: 21h1-ent-cpc-m365, 21h1-ent-cpc-os, 20h2-ent-cpc-m365, 20h2-ent-cpc-os, 20h1-ent-cpc-m365, 20h1-ent-cpc-os, 19h2-ent-cpc-m365 and 19h2-ent-cpc-os. diff --git a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0/Microsoft.Graph.DeviceManagement.Administration.md b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0/Microsoft.Graph.DeviceManagement.Administration.md index 0de5f8ff30d..3859be6a796 100644 --- a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0/Microsoft.Graph.DeviceManagement.Administration.md +++ b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0/Microsoft.Graph.DeviceManagement.Administration.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DeviceManagement.Administration -Module Guid: 504ec205-a4db-4901-aaab-b933db81d3d5 +Module Guid: 87380e30-9e41-4076-a5a9-176c238a0e71 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.administration Help Version: 1.0.0.0 Locale: en-US diff --git a/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.Enrolment.md b/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.Enrolment.md index 49f7df7ecbd..5ab52dfe453 100644 --- a/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.Enrolment.md +++ b/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.Enrolment.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DeviceManagement.Enrolment -Module Guid: 510b67d9-ced4-4553-b83c-aa60042eb05b +Module Guid: 34812d3a-0cee-441c-9990-9bb48dfc8bbe Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment Help Version: 1.0.0.0 Locale: en-US diff --git a/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/docs/v1.0/Microsoft.Graph.DeviceManagement.Enrolment.md b/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/docs/v1.0/Microsoft.Graph.DeviceManagement.Enrolment.md index 01d89572d9c..3b48ee9fb2b 100644 --- a/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/docs/v1.0/Microsoft.Graph.DeviceManagement.Enrolment.md +++ b/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/docs/v1.0/Microsoft.Graph.DeviceManagement.Enrolment.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DeviceManagement.Enrolment -Module Guid: 510b67d9-ced4-4553-b83c-aa60042eb05b +Module Guid: 34812d3a-0cee-441c-9990-9bb48dfc8bbe Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment Help Version: 1.0.0.0 Locale: en-US diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.md index f5d103e09fa..4daccc6698c 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DeviceManagement -Module Guid: cacbedd0-6a44-4cff-bd6d-79c03ae7ea67 +Module Guid: 7a1e5ed1-a08a-4e97-bbd3-b56749668604 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement Help Version: 1.0.0.0 Locale: en-US diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementComanagedDevice.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementComanagedDevice.md index 05cc47ce7aa..d080fb52db0 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementComanagedDevice.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementComanagedDevice.md @@ -1909,9 +1909,9 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2020,11 +2020,11 @@ BODYPARAMETER : Devices that are managed or pre-e - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2496,7 +2496,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -3068,7 +3068,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -3155,14 +3155,60 @@ BODYPARAMETER : Devices that are managed or pre-e - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3484,7 +3530,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4470,6 +4516,11 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6470,9 +6521,9 @@ DETECTEDAPPS : All applications currently install - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6581,11 +6632,11 @@ DETECTEDAPPS : All applications currently install - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -7057,7 +7108,7 @@ DETECTEDAPPS : All applications currently install - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7629,7 +7680,7 @@ DETECTEDAPPS : All applications currently install - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7716,14 +7767,60 @@ DETECTEDAPPS : All applications currently install - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8045,7 +8142,7 @@ DETECTEDAPPS : All applications currently install - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9031,6 +9128,11 @@ DETECTEDAPPS : All applications currently install - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10940,9 +11042,9 @@ USERS : The primary users associated with the managed de - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11063,11 +11165,11 @@ USERS : The primary users associated with the managed de - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11539,7 +11641,7 @@ USERS : The primary users associated with the managed de - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12111,7 +12213,7 @@ USERS : The primary users associated with the managed de - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12198,14 +12300,60 @@ USERS : The primary users associated with the managed de - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12527,7 +12675,7 @@ USERS : The primary users associated with the managed de - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13797,6 +13945,11 @@ USERS : The primary users associated with the managed de - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDetectedApp.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDetectedApp.md index c96bb2fd42d..438b61a1c8b 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDetectedApp.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDetectedApp.md @@ -1394,9 +1394,9 @@ BODYPARAMETER : A managed or unmanaged app that is - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1505,11 +1505,11 @@ BODYPARAMETER : A managed or unmanaged app that is - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1981,7 +1981,7 @@ BODYPARAMETER : A managed or unmanaged app that is - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2553,7 +2553,7 @@ BODYPARAMETER : A managed or unmanaged app that is - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2640,14 +2640,60 @@ BODYPARAMETER : A managed or unmanaged app that is - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2969,7 +3015,7 @@ BODYPARAMETER : A managed or unmanaged app that is - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3955,6 +4001,11 @@ BODYPARAMETER : A managed or unmanaged app that is - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5919,9 +5970,9 @@ MANAGEDDEVICES : The devices that have the disc - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6030,11 +6081,11 @@ MANAGEDDEVICES : The devices that have the disc - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6506,7 +6557,7 @@ MANAGEDDEVICES : The devices that have the disc - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7078,7 +7129,7 @@ MANAGEDDEVICES : The devices that have the disc - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7165,14 +7216,60 @@ MANAGEDDEVICES : The devices that have the disc - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7494,7 +7591,7 @@ MANAGEDDEVICES : The devices that have the disc - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8480,6 +8577,11 @@ MANAGEDDEVICES : The devices that have the disc - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScript.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScript.md index e0a92f68dbd..fdfda4112ff 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScript.md @@ -1589,9 +1589,9 @@ BODYPARAMETER : Intune will provide customer - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1700,11 +1700,11 @@ BODYPARAMETER : Intune will provide customer - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2173,7 +2173,7 @@ BODYPARAMETER : Intune will provide customer - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2745,7 +2745,7 @@ BODYPARAMETER : Intune will provide customer - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2832,14 +2832,60 @@ BODYPARAMETER : Intune will provide customer - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3161,7 +3207,7 @@ BODYPARAMETER : Intune will provide customer - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4147,6 +4193,11 @@ BODYPARAMETER : Intune will provide customer - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6152,9 +6203,9 @@ DEVICERUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6263,11 +6314,11 @@ DEVICERUNSTATES : List of run st - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6739,7 +6790,7 @@ DEVICERUNSTATES : List of run st - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7311,7 +7362,7 @@ DEVICERUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7398,14 +7449,60 @@ DEVICERUNSTATES : List of run st - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7727,7 +7824,7 @@ DEVICERUNSTATES : List of run st - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8713,6 +8810,11 @@ DEVICERUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScriptDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScriptDeviceRunState.md index b0b4f349c0c..08ce0419038 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScriptDeviceRunState.md @@ -1528,9 +1528,9 @@ BODYPARAMETER : Contains propertie - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1639,11 +1639,11 @@ BODYPARAMETER : Contains propertie - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2115,7 +2115,7 @@ BODYPARAMETER : Contains propertie - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2687,7 +2687,7 @@ BODYPARAMETER : Contains propertie - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2774,14 +2774,60 @@ BODYPARAMETER : Contains propertie - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3103,7 +3149,7 @@ BODYPARAMETER : Contains propertie - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4089,6 +4135,11 @@ BODYPARAMETER : Contains propertie - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6185,9 +6236,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6296,11 +6347,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6772,7 +6823,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7344,7 +7395,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7431,14 +7482,60 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7760,7 +7857,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8746,6 +8843,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScript.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScript.md index b82e2c567f3..5136f781247 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScript.md @@ -1528,9 +1528,9 @@ BODYPARAMETER : Intune will provide customer t - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1639,11 +1639,11 @@ BODYPARAMETER : Intune will provide customer t - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2112,7 +2112,7 @@ BODYPARAMETER : Intune will provide customer t - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2684,7 +2684,7 @@ BODYPARAMETER : Intune will provide customer t - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2771,14 +2771,60 @@ BODYPARAMETER : Intune will provide customer t - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3100,7 +3146,7 @@ BODYPARAMETER : Intune will provide customer t - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4086,6 +4132,11 @@ BODYPARAMETER : Intune will provide customer t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6077,9 +6128,9 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6188,11 +6239,11 @@ DEVICERUNSTATES : List of ru - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6664,7 +6715,7 @@ DEVICERUNSTATES : List of ru - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7236,7 +7287,7 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7323,14 +7374,60 @@ DEVICERUNSTATES : List of ru - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7652,7 +7749,7 @@ DEVICERUNSTATES : List of ru - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8638,6 +8735,11 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10620,9 +10722,9 @@ USERRUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10731,11 +10833,11 @@ USERRUNSTATES : List of run st - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11207,7 +11309,7 @@ USERRUNSTATES : List of run st - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11779,7 +11881,7 @@ USERRUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11866,14 +11968,60 @@ USERRUNSTATES : List of run st - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12195,7 +12343,7 @@ USERRUNSTATES : List of run st - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13181,6 +13329,11 @@ USERRUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptDeviceRunState.md index eb6413ca925..9e9d6189d3e 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptDeviceRunState.md @@ -1428,9 +1428,9 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1539,11 +1539,11 @@ BODYPARAMETER : Contains prope - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2015,7 +2015,7 @@ BODYPARAMETER : Contains prope - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2587,7 +2587,7 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2674,14 +2674,60 @@ BODYPARAMETER : Contains prope - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3003,7 +3049,7 @@ BODYPARAMETER : Contains prope - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3989,6 +4035,11 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6081,9 +6132,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6192,11 +6243,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6668,7 +6719,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7240,7 +7291,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7327,14 +7378,60 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7656,7 +7753,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8642,6 +8739,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunState.md index 421d7d71752..956adf89de7 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunState.md @@ -1400,9 +1400,9 @@ BODYPARAMETER : Contains propert - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1511,11 +1511,11 @@ BODYPARAMETER : Contains propert - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1987,7 +1987,7 @@ BODYPARAMETER : Contains propert - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2559,7 +2559,7 @@ BODYPARAMETER : Contains propert - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2646,14 +2646,60 @@ BODYPARAMETER : Contains propert - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2975,7 +3021,7 @@ BODYPARAMETER : Contains propert - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3961,6 +4007,11 @@ BODYPARAMETER : Contains propert - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5932,9 +5983,9 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6043,11 +6094,11 @@ DEVICERUNSTATES : List of ru - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6519,7 +6570,7 @@ DEVICERUNSTATES : List of ru - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7091,7 +7142,7 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7178,14 +7229,60 @@ DEVICERUNSTATES : List of ru - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7507,7 +7604,7 @@ DEVICERUNSTATES : List of ru - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8493,6 +8590,11 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md index 0c40c7b7a10..0a9df9f5dbe 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md @@ -1445,9 +1445,9 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1556,11 +1556,11 @@ BODYPARAMETER : Contains prope - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2032,7 +2032,7 @@ BODYPARAMETER : Contains prope - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2604,7 +2604,7 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2691,14 +2691,60 @@ BODYPARAMETER : Contains prope - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3020,7 +3066,7 @@ BODYPARAMETER : Contains prope - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4006,6 +4052,11 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6098,9 +6149,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6209,11 +6260,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6685,7 +6736,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7257,7 +7308,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7344,14 +7395,60 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7673,7 +7770,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8659,6 +8756,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementManagedDevice.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementManagedDevice.md index 3b100e2ac4a..41903099add 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementManagedDevice.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementManagedDevice.md @@ -1909,9 +1909,9 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2020,11 +2020,11 @@ BODYPARAMETER : Devices that are managed or pre-e - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2496,7 +2496,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -3068,7 +3068,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -3155,14 +3155,60 @@ BODYPARAMETER : Devices that are managed or pre-e - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3484,7 +3530,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4470,6 +4516,11 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6470,9 +6521,9 @@ DETECTEDAPPS : All applications currently install - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6581,11 +6632,11 @@ DETECTEDAPPS : All applications currently install - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -7057,7 +7108,7 @@ DETECTEDAPPS : All applications currently install - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7629,7 +7680,7 @@ DETECTEDAPPS : All applications currently install - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7716,14 +7767,60 @@ DETECTEDAPPS : All applications currently install - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8045,7 +8142,7 @@ DETECTEDAPPS : All applications currently install - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9031,6 +9128,11 @@ DETECTEDAPPS : All applications currently install - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10940,9 +11042,9 @@ USERS : The primary users associated with the managed de - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11063,11 +11165,11 @@ USERS : The primary users associated with the managed de - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11539,7 +11641,7 @@ USERS : The primary users associated with the managed de - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12111,7 +12213,7 @@ USERS : The primary users associated with the managed de - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12198,14 +12300,60 @@ USERS : The primary users associated with the managed de - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12527,7 +12675,7 @@ USERS : The primary users associated with the managed de - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13797,6 +13945,11 @@ USERS : The primary users associated with the managed de - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScript.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScript.md index 86b0345294a..373c3bcd041 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScript.md @@ -1511,9 +1511,9 @@ BODYPARAMETER : Intune will provide custo - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1622,11 +1622,11 @@ BODYPARAMETER : Intune will provide custo - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2095,7 +2095,7 @@ BODYPARAMETER : Intune will provide custo - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2667,7 +2667,7 @@ BODYPARAMETER : Intune will provide custo - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2754,14 +2754,60 @@ BODYPARAMETER : Intune will provide custo - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3083,7 +3129,7 @@ BODYPARAMETER : Intune will provide custo - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4069,6 +4115,11 @@ BODYPARAMETER : Intune will provide custo - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6060,9 +6111,9 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6171,11 +6222,11 @@ DEVICERUNSTATES : List of ru - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6647,7 +6698,7 @@ DEVICERUNSTATES : List of ru - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7219,7 +7270,7 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7306,14 +7357,60 @@ DEVICERUNSTATES : List of ru - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7635,7 +7732,7 @@ DEVICERUNSTATES : List of ru - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8621,6 +8718,11 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10603,9 +10705,9 @@ USERRUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10714,11 +10816,11 @@ USERRUNSTATES : List of run st - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11190,7 +11292,7 @@ USERRUNSTATES : List of run st - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11762,7 +11864,7 @@ USERRUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11849,14 +11951,60 @@ USERRUNSTATES : List of run st - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12178,7 +12326,7 @@ USERRUNSTATES : List of run st - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13164,6 +13312,11 @@ USERRUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptDeviceRunState.md index 331b1c16d9b..5097a8691e6 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptDeviceRunState.md @@ -1428,9 +1428,9 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1539,11 +1539,11 @@ BODYPARAMETER : Contains prope - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2015,7 +2015,7 @@ BODYPARAMETER : Contains prope - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2587,7 +2587,7 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2674,14 +2674,60 @@ BODYPARAMETER : Contains prope - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3003,7 +3049,7 @@ BODYPARAMETER : Contains prope - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3989,6 +4035,11 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6081,9 +6132,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6192,11 +6243,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6668,7 +6719,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7240,7 +7291,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7327,14 +7378,60 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7656,7 +7753,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8642,6 +8739,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunState.md index 76aabaa992e..8aeef77865a 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunState.md @@ -1400,9 +1400,9 @@ BODYPARAMETER : Contains propert - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1511,11 +1511,11 @@ BODYPARAMETER : Contains propert - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1987,7 +1987,7 @@ BODYPARAMETER : Contains propert - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2559,7 +2559,7 @@ BODYPARAMETER : Contains propert - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2646,14 +2646,60 @@ BODYPARAMETER : Contains propert - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2975,7 +3021,7 @@ BODYPARAMETER : Contains propert - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3961,6 +4007,11 @@ BODYPARAMETER : Contains propert - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5932,9 +5983,9 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6043,11 +6094,11 @@ DEVICERUNSTATES : List of ru - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6519,7 +6570,7 @@ DEVICERUNSTATES : List of ru - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7091,7 +7142,7 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7178,14 +7229,60 @@ DEVICERUNSTATES : List of ru - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7507,7 +7604,7 @@ DEVICERUNSTATES : List of ru - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8493,6 +8590,11 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunStateDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunStateDeviceRunState.md index 515b450f1fc..8bdf2fb73ff 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunStateDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunStateDeviceRunState.md @@ -1445,9 +1445,9 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1556,11 +1556,11 @@ BODYPARAMETER : Contains prope - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2032,7 +2032,7 @@ BODYPARAMETER : Contains prope - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2604,7 +2604,7 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2691,14 +2691,60 @@ BODYPARAMETER : Contains prope - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3020,7 +3066,7 @@ BODYPARAMETER : Contains prope - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4006,6 +4052,11 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6098,9 +6149,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6209,11 +6260,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6685,7 +6736,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7257,7 +7308,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7344,14 +7395,60 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7673,7 +7770,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8659,6 +8756,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagement.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagement.md index 26f51851160..1ffaeb3274c 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagement.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagement.md @@ -4743,9 +4743,9 @@ BODYPARAMETER : Singleton entity that acts as - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -4854,11 +4854,11 @@ BODYPARAMETER : Singleton entity that acts as - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -5327,7 +5327,7 @@ BODYPARAMETER : Singleton entity that acts as - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -5899,7 +5899,7 @@ BODYPARAMETER : Singleton entity that acts as - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -5986,14 +5986,60 @@ BODYPARAMETER : Singleton entity that acts as - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -6315,7 +6361,7 @@ BODYPARAMETER : Singleton entity that acts as - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -7301,6 +7347,11 @@ BODYPARAMETER : Singleton entity that acts as - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10219,10 +10270,12 @@ BODYPARAMETER : Singleton entity that acts as - `[SubscriptionName ]`: The name of the target Azure subscription. Read-only. - `[Type ]`: cloudPcOnPremisesConnectionType - `[VirtualNetworkId ]`: The ID of the target virtual network. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}. + - `[VirtualNetworkLocation ]`: - `[OrganizationSettings ]`: cloudPcOrganizationSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[EnableMemAutoEnroll ]`: Specifies whether new Cloud PCs will be automatically enrolled in Microsoft Endpoint Manager(MEM). The default value is false. + - `[EnableSingleSignOn ]`: - `[OSVersion ]`: cloudPcOperatingSystem - `[UserAccountType ]`: cloudPcUserAccountType - `[WindowsSettings ]`: cloudPcWindowsSettings @@ -10244,6 +10297,7 @@ BODYPARAMETER : Singleton entity that acts as - `[RegionGroup ]`: cloudPcRegionGroup - `[RegionName ]`: The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. The underlying virtual network will be created and managed by the Windows 365 service. This can only be entered if the IT admin chooses Azure AD joined as the domain join type. If you enter a regionName, leave onPremisesConnectionId as empty. - `[Type ]`: cloudPcDomainJoinType + - `[EnableSingleSignOn ]`: - `[GracePeriodInHours ]`: The number of hours to wait before reprovisioning/deprovisioning happens. Read-only. - `[ImageDisplayName ]`: The display name for the OS image you’re provisioning. - `[ImageId ]`: The ID of the OS image you want to provision on Cloud PCs. The format for a gallery type image is: {publisher_offer_sku}. Supported values for each of the parameters are as follows:publisher: Microsoftwindowsdesktop. offer: windows-ent-cpc. sku: 21h1-ent-cpc-m365, 21h1-ent-cpc-os, 20h2-ent-cpc-m365, 20h2-ent-cpc-os, 20h1-ent-cpc-m365, 20h1-ent-cpc-os, 19h2-ent-cpc-m365 and 19h2-ent-cpc-os. @@ -11775,9 +11829,9 @@ COMANAGEDDEVICES : The list of co-managed devic - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11886,11 +11940,11 @@ COMANAGEDDEVICES : The list of co-managed devic - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -12362,7 +12416,7 @@ COMANAGEDDEVICES : The list of co-managed devic - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12934,7 +12988,7 @@ COMANAGEDDEVICES : The list of co-managed devic - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -13021,14 +13075,60 @@ COMANAGEDDEVICES : The list of co-managed devic - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13350,7 +13450,7 @@ COMANAGEDDEVICES : The list of co-managed devic - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -14336,6 +14436,11 @@ COMANAGEDDEVICES : The list of co-managed devic - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -16780,9 +16885,9 @@ DETECTEDAPPS : The list of detected apps associat - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -16891,11 +16996,11 @@ DETECTEDAPPS : The list of detected apps associat - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -17367,7 +17472,7 @@ DETECTEDAPPS : The list of detected apps associat - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -17939,7 +18044,7 @@ DETECTEDAPPS : The list of detected apps associat - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -18026,14 +18131,60 @@ DETECTEDAPPS : The list of detected apps associat - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -18355,7 +18506,7 @@ DETECTEDAPPS : The list of detected apps associat - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -19341,6 +19492,11 @@ DETECTEDAPPS : The list of detected apps associat - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -21449,9 +21605,9 @@ DEVICECOMPLIANCESCRIPTS : The list of d - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -21560,11 +21716,11 @@ DEVICECOMPLIANCESCRIPTS : The list of d - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -22033,7 +22189,7 @@ DEVICECOMPLIANCESCRIPTS : The list of d - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -22605,7 +22761,7 @@ DEVICECOMPLIANCESCRIPTS : The list of d - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -22692,14 +22848,60 @@ DEVICECOMPLIANCESCRIPTS : The list of d - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -23021,7 +23223,7 @@ DEVICECOMPLIANCESCRIPTS : The list of d - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -24007,6 +24209,11 @@ DEVICECOMPLIANCESCRIPTS : The list of d - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -26149,9 +26356,9 @@ DEVICECUSTOMATTRIBUTESHELLSCRIPTS ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -26260,11 +26467,11 @@ DEVICECUSTOMATTRIBUTESHELLSCRIPTS ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -26733,7 +26940,7 @@ DEVICECUSTOMATTRIBUTESHELLSCRIPTS ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -27305,7 +27512,7 @@ DEVICECUSTOMATTRIBUTESHELLSCRIPTS ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -27392,14 +27599,60 @@ DEVICECUSTOMATTRIBUTESHELLSCRIPTS ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -27721,7 +27974,7 @@ DEVICECUSTOMATTRIBUTESHELLSCRIPTS ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -28707,6 +28960,11 @@ DEVICECUSTOMATTRIBUTESHELLSCRIPTS ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -30736,9 +30994,9 @@ DEVICEHEALTHSCRIPTS : The list of device he - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -30847,11 +31105,11 @@ DEVICEHEALTHSCRIPTS : The list of device he - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -31320,7 +31578,7 @@ DEVICEHEALTHSCRIPTS : The list of device he - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -31892,7 +32150,7 @@ DEVICEHEALTHSCRIPTS : The list of device he - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -31979,14 +32237,60 @@ DEVICEHEALTHSCRIPTS : The list of device he - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -32308,7 +32612,7 @@ DEVICEHEALTHSCRIPTS : The list of device he - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -33294,6 +33598,11 @@ DEVICEHEALTHSCRIPTS : The list of device he - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -35318,9 +35627,9 @@ DEVICEMANAGEMENTSCRIPTS : The list of d - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -35429,11 +35738,11 @@ DEVICEMANAGEMENTSCRIPTS : The list of d - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -35902,7 +36211,7 @@ DEVICEMANAGEMENTSCRIPTS : The list of d - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -36474,7 +36783,7 @@ DEVICEMANAGEMENTSCRIPTS : The list of d - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -36561,14 +36870,60 @@ DEVICEMANAGEMENTSCRIPTS : The list of d - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -36890,7 +37245,7 @@ DEVICEMANAGEMENTSCRIPTS : The list of d - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -37876,6 +38231,11 @@ DEVICEMANAGEMENTSCRIPTS : The list of d - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -39891,9 +40251,9 @@ DEVICESHELLSCRIPTS : The list of device shel - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -40002,11 +40362,11 @@ DEVICESHELLSCRIPTS : The list of device shel - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -40475,7 +40835,7 @@ DEVICESHELLSCRIPTS : The list of device shel - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -41047,7 +41407,7 @@ DEVICESHELLSCRIPTS : The list of device shel - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -41134,14 +41494,60 @@ DEVICESHELLSCRIPTS : The list of device shel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -41463,7 +41869,7 @@ DEVICESHELLSCRIPTS : The list of device shel - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -42449,6 +42855,11 @@ DEVICESHELLSCRIPTS : The list of device shel - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -45156,9 +45567,9 @@ MANAGEDDEVICES : The list of managed devices. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -45267,11 +45678,11 @@ MANAGEDDEVICES : The list of managed devices. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -45743,7 +46154,7 @@ MANAGEDDEVICES : The list of managed devices. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -46315,7 +46726,7 @@ MANAGEDDEVICES : The list of managed devices. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -46402,14 +46813,60 @@ MANAGEDDEVICES : The list of managed devices. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -46731,7 +47188,7 @@ MANAGEDDEVICES : The list of managed devices. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -47717,6 +48174,11 @@ MANAGEDDEVICES : The list of managed devices. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -49766,11 +50228,11 @@ VIRTUALENDPOINT : virtualEndpoint - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -49847,10 +50309,12 @@ VIRTUALENDPOINT : virtualEndpoint - `[SubscriptionName ]`: The name of the target Azure subscription. Read-only. - `[Type ]`: cloudPcOnPremisesConnectionType - `[VirtualNetworkId ]`: The ID of the target virtual network. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}. + - `[VirtualNetworkLocation ]`: - `[OrganizationSettings ]`: cloudPcOrganizationSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[EnableMemAutoEnroll ]`: Specifies whether new Cloud PCs will be automatically enrolled in Microsoft Endpoint Manager(MEM). The default value is false. + - `[EnableSingleSignOn ]`: - `[OSVersion ]`: cloudPcOperatingSystem - `[UserAccountType ]`: cloudPcUserAccountType - `[WindowsSettings ]`: cloudPcWindowsSettings @@ -49872,6 +50336,7 @@ VIRTUALENDPOINT : virtualEndpoint - `[RegionGroup ]`: cloudPcRegionGroup - `[RegionName ]`: The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. The underlying virtual network will be created and managed by the Windows 365 service. This can only be entered if the IT admin chooses Azure AD joined as the domain join type. If you enter a regionName, leave onPremisesConnectionId as empty. - `[Type ]`: cloudPcDomainJoinType + - `[EnableSingleSignOn ]`: - `[GracePeriodInHours ]`: The number of hours to wait before reprovisioning/deprovisioning happens. Read-only. - `[ImageDisplayName ]`: The display name for the OS image you’re provisioning. - `[ImageId ]`: The ID of the OS image you want to provision on Cloud PCs. The format for a gallery type image is: {publisher_offer_sku}. Supported values for each of the parameters are as follows:publisher: Microsoftwindowsdesktop. offer: windows-ent-cpc. sku: 21h1-ent-cpc-m365, 21h1-ent-cpc-os, 20h2-ent-cpc-m365, 20h2-ent-cpc-os, 20h1-ent-cpc-m365, 20h1-ent-cpc-os, 19h2-ent-cpc-m365 and 19h2-ent-cpc-os. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDetectedApp.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDetectedApp.md index 190db78ce7e..ab2a318f140 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDetectedApp.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDetectedApp.md @@ -1458,9 +1458,9 @@ BODYPARAMETER : A managed or unmanaged app that is - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1569,11 +1569,11 @@ BODYPARAMETER : A managed or unmanaged app that is - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2045,7 +2045,7 @@ BODYPARAMETER : A managed or unmanaged app that is - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2617,7 +2617,7 @@ BODYPARAMETER : A managed or unmanaged app that is - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2704,14 +2704,60 @@ BODYPARAMETER : A managed or unmanaged app that is - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3033,7 +3079,7 @@ BODYPARAMETER : A managed or unmanaged app that is - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4019,6 +4065,11 @@ BODYPARAMETER : A managed or unmanaged app that is - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6112,9 +6163,9 @@ MANAGEDDEVICES : The devices that have the disc - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6223,11 +6274,11 @@ MANAGEDDEVICES : The devices that have the disc - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6699,7 +6750,7 @@ MANAGEDDEVICES : The devices that have the disc - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7271,7 +7322,7 @@ MANAGEDDEVICES : The devices that have the disc - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7358,14 +7409,60 @@ MANAGEDDEVICES : The devices that have the disc - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7687,7 +7784,7 @@ MANAGEDDEVICES : The devices that have the disc - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8673,6 +8770,11 @@ MANAGEDDEVICES : The devices that have the disc - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScript.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScript.md index 1dbaa2afd60..7e5d85f225c 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScript.md @@ -1657,9 +1657,9 @@ BODYPARAMETER : Intune will provide customer - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1768,11 +1768,11 @@ BODYPARAMETER : Intune will provide customer - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2241,7 +2241,7 @@ BODYPARAMETER : Intune will provide customer - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2813,7 +2813,7 @@ BODYPARAMETER : Intune will provide customer - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2900,14 +2900,60 @@ BODYPARAMETER : Intune will provide customer - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3229,7 +3275,7 @@ BODYPARAMETER : Intune will provide customer - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4215,6 +4261,11 @@ BODYPARAMETER : Intune will provide customer - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6220,9 +6271,9 @@ DEVICERUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6331,11 +6382,11 @@ DEVICERUNSTATES : List of run st - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6807,7 +6858,7 @@ DEVICERUNSTATES : List of run st - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7379,7 +7430,7 @@ DEVICERUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7466,14 +7517,60 @@ DEVICERUNSTATES : List of run st - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7795,7 +7892,7 @@ DEVICERUNSTATES : List of run st - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8781,6 +8878,11 @@ DEVICERUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScriptDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScriptDeviceRunState.md index 48df5912f83..dc2dd176c46 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScriptDeviceRunState.md @@ -1560,9 +1560,9 @@ BODYPARAMETER : Contains propertie - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1671,11 +1671,11 @@ BODYPARAMETER : Contains propertie - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2147,7 +2147,7 @@ BODYPARAMETER : Contains propertie - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2719,7 +2719,7 @@ BODYPARAMETER : Contains propertie - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2806,14 +2806,60 @@ BODYPARAMETER : Contains propertie - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3135,7 +3181,7 @@ BODYPARAMETER : Contains propertie - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4121,6 +4167,11 @@ BODYPARAMETER : Contains propertie - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6217,9 +6268,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6328,11 +6379,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6804,7 +6855,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7376,7 +7427,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7463,14 +7514,60 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7792,7 +7889,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8778,6 +8875,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScript.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScript.md index 243a8a74762..5e26daddea2 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScript.md @@ -1597,9 +1597,9 @@ BODYPARAMETER : Intune will provide customer t - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1708,11 +1708,11 @@ BODYPARAMETER : Intune will provide customer t - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2181,7 +2181,7 @@ BODYPARAMETER : Intune will provide customer t - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2753,7 +2753,7 @@ BODYPARAMETER : Intune will provide customer t - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2840,14 +2840,60 @@ BODYPARAMETER : Intune will provide customer t - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3169,7 +3215,7 @@ BODYPARAMETER : Intune will provide customer t - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4155,6 +4201,11 @@ BODYPARAMETER : Intune will provide customer t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6146,9 +6197,9 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6257,11 +6308,11 @@ DEVICERUNSTATES : List of ru - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6733,7 +6784,7 @@ DEVICERUNSTATES : List of ru - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7305,7 +7356,7 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7392,14 +7443,60 @@ DEVICERUNSTATES : List of ru - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7721,7 +7818,7 @@ DEVICERUNSTATES : List of ru - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8707,6 +8804,11 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10818,9 +10920,9 @@ USERRUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10929,11 +11031,11 @@ USERRUNSTATES : List of run st - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11405,7 +11507,7 @@ USERRUNSTATES : List of run st - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11977,7 +12079,7 @@ USERRUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12064,14 +12166,60 @@ USERRUNSTATES : List of run st - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12393,7 +12541,7 @@ USERRUNSTATES : List of run st - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13379,6 +13527,11 @@ USERRUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptDeviceRunState.md index 98b2d0a5714..40843fc90e5 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptDeviceRunState.md @@ -1461,9 +1461,9 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1572,11 +1572,11 @@ BODYPARAMETER : Contains prope - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2048,7 +2048,7 @@ BODYPARAMETER : Contains prope - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2620,7 +2620,7 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2707,14 +2707,60 @@ BODYPARAMETER : Contains prope - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3036,7 +3082,7 @@ BODYPARAMETER : Contains prope - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4022,6 +4068,11 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6114,9 +6165,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6225,11 +6276,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6701,7 +6752,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7273,7 +7324,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7360,14 +7411,60 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7689,7 +7786,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8675,6 +8772,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunState.md index f27bd8fae3b..c0379fd7829 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunState.md @@ -1433,9 +1433,9 @@ BODYPARAMETER : Contains propert - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1544,11 +1544,11 @@ BODYPARAMETER : Contains propert - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2020,7 +2020,7 @@ BODYPARAMETER : Contains propert - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2592,7 +2592,7 @@ BODYPARAMETER : Contains propert - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2679,14 +2679,60 @@ BODYPARAMETER : Contains propert - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3008,7 +3054,7 @@ BODYPARAMETER : Contains propert - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3994,6 +4040,11 @@ BODYPARAMETER : Contains propert - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5965,9 +6016,9 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6076,11 +6127,11 @@ DEVICERUNSTATES : List of ru - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6552,7 +6603,7 @@ DEVICERUNSTATES : List of ru - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7124,7 +7175,7 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7211,14 +7262,60 @@ DEVICERUNSTATES : List of ru - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7540,7 +7637,7 @@ DEVICERUNSTATES : List of ru - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8526,6 +8623,11 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md index 02f5ddec7d8..476c3414baa 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md @@ -1478,9 +1478,9 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1589,11 +1589,11 @@ BODYPARAMETER : Contains prope - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2065,7 +2065,7 @@ BODYPARAMETER : Contains prope - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2637,7 +2637,7 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2724,14 +2724,60 @@ BODYPARAMETER : Contains prope - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3053,7 +3099,7 @@ BODYPARAMETER : Contains prope - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4039,6 +4085,11 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6131,9 +6182,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6242,11 +6293,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6718,7 +6769,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7290,7 +7341,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7377,14 +7428,60 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7706,7 +7803,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8692,6 +8789,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementManagedDevice.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementManagedDevice.md index 578c112f144..323226aab81 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementManagedDevice.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementManagedDevice.md @@ -1995,9 +1995,9 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2106,11 +2106,11 @@ BODYPARAMETER : Devices that are managed or pre-e - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2582,7 +2582,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -3154,7 +3154,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -3241,14 +3241,60 @@ BODYPARAMETER : Devices that are managed or pre-e - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3570,7 +3616,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4556,6 +4602,11 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6556,9 +6607,9 @@ DETECTEDAPPS : All applications currently install - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6667,11 +6718,11 @@ DETECTEDAPPS : All applications currently install - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -7143,7 +7194,7 @@ DETECTEDAPPS : All applications currently install - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7715,7 +7766,7 @@ DETECTEDAPPS : All applications currently install - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7802,14 +7853,60 @@ DETECTEDAPPS : All applications currently install - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8131,7 +8228,7 @@ DETECTEDAPPS : All applications currently install - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9117,6 +9214,11 @@ DETECTEDAPPS : All applications currently install - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -11155,9 +11257,9 @@ USERS : The primary users associated with the managed de - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11278,11 +11380,11 @@ USERS : The primary users associated with the managed de - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11754,7 +11856,7 @@ USERS : The primary users associated with the managed de - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12326,7 +12428,7 @@ USERS : The primary users associated with the managed de - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12413,14 +12515,60 @@ USERS : The primary users associated with the managed de - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12742,7 +12890,7 @@ USERS : The primary users associated with the managed de - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -14012,6 +14160,11 @@ USERS : The primary users associated with the managed de - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScript.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScript.md index 7053e354e46..83fbca12f55 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScript.md @@ -1579,9 +1579,9 @@ BODYPARAMETER : Intune will provide custo - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1690,11 +1690,11 @@ BODYPARAMETER : Intune will provide custo - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2163,7 +2163,7 @@ BODYPARAMETER : Intune will provide custo - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2735,7 +2735,7 @@ BODYPARAMETER : Intune will provide custo - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2822,14 +2822,60 @@ BODYPARAMETER : Intune will provide custo - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3151,7 +3197,7 @@ BODYPARAMETER : Intune will provide custo - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4137,6 +4183,11 @@ BODYPARAMETER : Intune will provide custo - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6128,9 +6179,9 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6239,11 +6290,11 @@ DEVICERUNSTATES : List of ru - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6715,7 +6766,7 @@ DEVICERUNSTATES : List of ru - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7287,7 +7338,7 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7374,14 +7425,60 @@ DEVICERUNSTATES : List of ru - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7703,7 +7800,7 @@ DEVICERUNSTATES : List of ru - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8689,6 +8786,11 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10800,9 +10902,9 @@ USERRUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10911,11 +11013,11 @@ USERRUNSTATES : List of run st - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11387,7 +11489,7 @@ USERRUNSTATES : List of run st - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11959,7 +12061,7 @@ USERRUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12046,14 +12148,60 @@ USERRUNSTATES : List of run st - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12375,7 +12523,7 @@ USERRUNSTATES : List of run st - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13361,6 +13509,11 @@ USERRUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptDeviceRunState.md index 83398c3bd6a..6c54d1b3244 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptDeviceRunState.md @@ -1461,9 +1461,9 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1572,11 +1572,11 @@ BODYPARAMETER : Contains prope - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2048,7 +2048,7 @@ BODYPARAMETER : Contains prope - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2620,7 +2620,7 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2707,14 +2707,60 @@ BODYPARAMETER : Contains prope - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3036,7 +3082,7 @@ BODYPARAMETER : Contains prope - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4022,6 +4068,11 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6114,9 +6165,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6225,11 +6276,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6701,7 +6752,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7273,7 +7324,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7360,14 +7411,60 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7689,7 +7786,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8675,6 +8772,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunState.md index 3b48722d339..7c8c0503141 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunState.md @@ -1433,9 +1433,9 @@ BODYPARAMETER : Contains propert - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1544,11 +1544,11 @@ BODYPARAMETER : Contains propert - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2020,7 +2020,7 @@ BODYPARAMETER : Contains propert - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2592,7 +2592,7 @@ BODYPARAMETER : Contains propert - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2679,14 +2679,60 @@ BODYPARAMETER : Contains propert - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3008,7 +3054,7 @@ BODYPARAMETER : Contains propert - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3994,6 +4040,11 @@ BODYPARAMETER : Contains propert - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5965,9 +6016,9 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6076,11 +6127,11 @@ DEVICERUNSTATES : List of ru - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6552,7 +6603,7 @@ DEVICERUNSTATES : List of ru - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7124,7 +7175,7 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7211,14 +7262,60 @@ DEVICERUNSTATES : List of ru - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7540,7 +7637,7 @@ DEVICERUNSTATES : List of ru - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8526,6 +8623,11 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunStateDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunStateDeviceRunState.md index cbb1fa9f359..fbbfa0fe06d 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunStateDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunStateDeviceRunState.md @@ -1477,9 +1477,9 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1588,11 +1588,11 @@ BODYPARAMETER : Contains prope - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2064,7 +2064,7 @@ BODYPARAMETER : Contains prope - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2636,7 +2636,7 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2723,14 +2723,60 @@ BODYPARAMETER : Contains prope - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3052,7 +3098,7 @@ BODYPARAMETER : Contains prope - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4038,6 +4084,11 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6130,9 +6181,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6241,11 +6292,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6717,7 +6768,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7289,7 +7340,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7376,14 +7427,60 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7705,7 +7802,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8691,6 +8788,11 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0/Microsoft.Graph.DeviceManagement.md b/src/DeviceManagement/DeviceManagement/docs/v1.0/Microsoft.Graph.DeviceManagement.md index b818ecb0e58..b9c789e8d52 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0/Microsoft.Graph.DeviceManagement.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0/Microsoft.Graph.DeviceManagement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DeviceManagement -Module Guid: cacbedd0-6a44-4cff-bd6d-79c03ae7ea67 +Module Guid: 7a1e5ed1-a08a-4e97-bbd3-b56749668604 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement Help Version: 1.0.0.0 Locale: en-US diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0/New-MgDeviceManagementDetectedApp.md b/src/DeviceManagement/DeviceManagement/docs/v1.0/New-MgDeviceManagementDetectedApp.md index 540053fe2e1..0c5b620680b 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0/New-MgDeviceManagementDetectedApp.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0/New-MgDeviceManagementDetectedApp.md @@ -459,7 +459,7 @@ BODYPARAMETER : A managed or unmanaged app that is i - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1197,7 +1197,7 @@ BODYPARAMETER : A managed or unmanaged app that is i - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1761,7 +1761,7 @@ BODYPARAMETER : A managed or unmanaged app that is i - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1962,7 +1962,7 @@ BODYPARAMETER : A managed or unmanaged app that is i - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2089,7 +2089,7 @@ BODYPARAMETER : A managed or unmanaged app that is i - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3032,7 +3032,7 @@ MANAGEDDEVICES : The devices that have the disco - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3770,7 +3770,7 @@ MANAGEDDEVICES : The devices that have the disco - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4334,7 +4334,7 @@ MANAGEDDEVICES : The devices that have the disco - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4535,7 +4535,7 @@ MANAGEDDEVICES : The devices that have the disco - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4662,7 +4662,7 @@ MANAGEDDEVICES : The devices that have the disco - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0/New-MgDeviceManagementManagedDevice.md b/src/DeviceManagement/DeviceManagement/docs/v1.0/New-MgDeviceManagementManagedDevice.md index 598d7e12db4..c7e70d5d3d3 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0/New-MgDeviceManagementManagedDevice.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0/New-MgDeviceManagementManagedDevice.md @@ -605,7 +605,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1343,7 +1343,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1907,7 +1907,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2108,7 +2108,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2235,7 +2235,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3170,7 +3170,7 @@ USERS : The primary users associated with the managed dev - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3908,7 +3908,7 @@ USERS : The primary users associated with the managed dev - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4472,7 +4472,7 @@ USERS : The primary users associated with the managed dev - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4673,7 +4673,7 @@ USERS : The primary users associated with the managed dev - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4800,7 +4800,7 @@ USERS : The primary users associated with the managed dev - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0/Update-MgDeviceManagement.md b/src/DeviceManagement/DeviceManagement/docs/v1.0/Update-MgDeviceManagement.md index 9e39d947be7..1fd7a8eeec6 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0/Update-MgDeviceManagement.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0/Update-MgDeviceManagement.md @@ -1067,7 +1067,7 @@ BODYPARAMETER : Singleton entity that acts as a - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1805,7 +1805,7 @@ BODYPARAMETER : Singleton entity that acts as a - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2369,7 +2369,7 @@ BODYPARAMETER : Singleton entity that acts as a - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2570,7 +2570,7 @@ BODYPARAMETER : Singleton entity that acts as a - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2697,7 +2697,7 @@ BODYPARAMETER : Singleton entity that acts as a - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4089,7 +4089,7 @@ DETECTEDAPPS : The list of detected apps associate - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4827,7 +4827,7 @@ DETECTEDAPPS : The list of detected apps associate - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -5391,7 +5391,7 @@ DETECTEDAPPS : The list of detected apps associate - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -5592,7 +5592,7 @@ DETECTEDAPPS : The list of detected apps associate - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -5719,7 +5719,7 @@ DETECTEDAPPS : The list of detected apps associate - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6961,7 +6961,7 @@ MANAGEDDEVICES : The list of managed devices. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -7699,7 +7699,7 @@ MANAGEDDEVICES : The list of managed devices. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -8263,7 +8263,7 @@ MANAGEDDEVICES : The list of managed devices. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -8464,7 +8464,7 @@ MANAGEDDEVICES : The list of managed devices. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -8591,7 +8591,7 @@ MANAGEDDEVICES : The list of managed devices. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0/Update-MgDeviceManagementDetectedApp.md b/src/DeviceManagement/DeviceManagement/docs/v1.0/Update-MgDeviceManagementDetectedApp.md index fb5164a68dc..726428db74b 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0/Update-MgDeviceManagementDetectedApp.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0/Update-MgDeviceManagementDetectedApp.md @@ -523,7 +523,7 @@ BODYPARAMETER : A managed or unmanaged app that is i - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1261,7 +1261,7 @@ BODYPARAMETER : A managed or unmanaged app that is i - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1825,7 +1825,7 @@ BODYPARAMETER : A managed or unmanaged app that is i - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2026,7 +2026,7 @@ BODYPARAMETER : A managed or unmanaged app that is i - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2153,7 +2153,7 @@ BODYPARAMETER : A managed or unmanaged app that is i - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3225,7 +3225,7 @@ MANAGEDDEVICES : The devices that have the disco - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3963,7 +3963,7 @@ MANAGEDDEVICES : The devices that have the disco - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4527,7 +4527,7 @@ MANAGEDDEVICES : The devices that have the disco - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4728,7 +4728,7 @@ MANAGEDDEVICES : The devices that have the disco - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4855,7 +4855,7 @@ MANAGEDDEVICES : The devices that have the disco - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0/Update-MgDeviceManagementManagedDevice.md b/src/DeviceManagement/DeviceManagement/docs/v1.0/Update-MgDeviceManagementManagedDevice.md index 74218b84198..347d2799d4b 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0/Update-MgDeviceManagementManagedDevice.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0/Update-MgDeviceManagementManagedDevice.md @@ -679,7 +679,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1417,7 +1417,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1981,7 +1981,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2182,7 +2182,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2309,7 +2309,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3373,7 +3373,7 @@ USERS : The primary users associated with the managed dev - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4111,7 +4111,7 @@ USERS : The primary users associated with the managed dev - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4675,7 +4675,7 @@ USERS : The primary users associated with the managed dev - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4876,7 +4876,7 @@ USERS : The primary users associated with the managed dev - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -5003,7 +5003,7 @@ USERS : The primary users associated with the managed dev - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintPrinterTaskTrigger.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintPrinterTaskTrigger.md index f0bfeb450fa..96c3f0c5598 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintPrinterTaskTrigger.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintPrinterTaskTrigger.md @@ -262,7 +262,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger ## NOTES diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintPrinterTaskTriggerDefinition.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintPrinterTaskTriggerDefinition.md index 4eec29af204..8e755db531e 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintPrinterTaskTriggerDefinition.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintPrinterTaskTriggerDefinition.md @@ -118,7 +118,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition ## NOTES diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintTaskDefinition.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintTaskDefinition.md index 41e01877f90..c1723d396ac 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintTaskDefinition.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintTaskDefinition.md @@ -274,7 +274,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition ## NOTES diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintTaskDefinitionTaskTrigger.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintTaskDefinitionTaskTrigger.md index 4c37d08f922..1005fb68e6b 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintTaskDefinitionTaskTrigger.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintTaskDefinitionTaskTrigger.md @@ -118,7 +118,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger ## NOTES diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Microsoft.Graph.Devices.CloudPrint.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Microsoft.Graph.Devices.CloudPrint.md index 7b8408c951d..8b77f8fd6c2 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Microsoft.Graph.Devices.CloudPrint.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Microsoft.Graph.Devices.CloudPrint.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Devices.CloudPrint -Module Guid: df393c21-a051-4e93-a9d5-267e3037cc69 +Module Guid: 09d1a3c8-196f-4151-b374-017a1f5b85a3 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintPrinterShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintPrinterShare.md index 3becf9f9261..bfc8a33a78a 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintPrinterShare.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintPrinterShare.md @@ -1348,9 +1348,9 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1471,11 +1471,11 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1954,7 +1954,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2484,7 +2484,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2571,14 +2571,60 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3908,7 +3954,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4019,6 +4065,11 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4172,7 +4223,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -4188,10 +4239,10 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -4262,7 +4313,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -5798,9 +5849,9 @@ ALLOWEDUSERS : The users who have access to print using - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5921,11 +5972,11 @@ ALLOWEDUSERS : The users who have access to print using - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6397,7 +6448,7 @@ ALLOWEDUSERS : The users who have access to print using - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6969,7 +7020,7 @@ ALLOWEDUSERS : The users who have access to print using - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7056,14 +7107,60 @@ ALLOWEDUSERS : The users who have access to print using - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7385,7 +7482,7 @@ ALLOWEDUSERS : The users who have access to print using - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8655,6 +8752,11 @@ ALLOWEDUSERS : The users who have access to print using - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -8808,7 +8910,7 @@ ALLOWEDUSERS : The users who have access to print using - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -8824,10 +8926,10 @@ ALLOWEDUSERS : The users who have access to print using - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -8898,7 +9000,7 @@ ALLOWEDUSERS : The users who have access to print using - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9585,7 +9687,7 @@ BODYPARAMETER : printerShare - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -9601,10 +9703,10 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -10603,9 +10705,9 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10726,11 +10828,11 @@ BODYPARAMETER : printerShare - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11209,7 +11311,7 @@ BODYPARAMETER : printerShare - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11739,7 +11841,7 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11826,14 +11928,60 @@ BODYPARAMETER : printerShare - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13158,7 +13306,7 @@ BODYPARAMETER : printerShare - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13269,6 +13417,11 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -13945,7 +14098,7 @@ BODYPARAMETER : printerShare - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -14109,7 +14262,7 @@ JOBS : . - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -14125,10 +14278,10 @@ JOBS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent LOCATION : printerLocation @@ -14310,7 +14463,7 @@ PRINTER : printer - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -14326,10 +14479,10 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -15358,9 +15511,9 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15481,11 +15634,11 @@ PRINTER : printer - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15964,7 +16117,7 @@ PRINTER : printer - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16494,7 +16647,7 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16581,14 +16734,60 @@ PRINTER : printer - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -17913,7 +18112,7 @@ PRINTER : printer - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18024,6 +18223,11 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -18673,7 +18877,7 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. STATUS : printerStatus - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintPrinterTaskTrigger.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintPrinterTaskTrigger.md index 0417df4015f..d3de97918dc 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintPrinterTaskTrigger.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintPrinterTaskTrigger.md @@ -16,26 +16,26 @@ Currently, only **one** task trigger can be specified per printer, but this limi ### CreateExpanded1 (Default) ``` New-MgPrintPrinterTaskTrigger -PrinterId [-AdditionalProperties ] - [-Definition ] [-Event ] [-Id ] [-Confirm] [-WhatIf] + [-Definition ] [-Event ] [-Id ] [-Confirm] [-WhatIf] [] ``` ### Create1 ``` -New-MgPrintPrinterTaskTrigger -PrinterId -BodyParameter [-Confirm] +New-MgPrintPrinterTaskTrigger -PrinterId -BodyParameter [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentity1 ``` New-MgPrintPrinterTaskTrigger -InputObject - -BodyParameter [-Confirm] [-WhatIf] [] + -BodyParameter [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityExpanded1 ``` New-MgPrintPrinterTaskTrigger -InputObject [-AdditionalProperties ] - [-Definition ] [-Event ] [-Id ] [-Confirm] [-WhatIf] + [-Definition ] [-Event ] [-Id ] [-Confirm] [-WhatIf] [] ``` @@ -67,7 +67,7 @@ printTaskTrigger To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger Parameter Sets: Create1, CreateViaIdentity1 Aliases: @@ -83,7 +83,7 @@ printTaskDefinition To construct, please use Get-Help -Online and see NOTES section for DEFINITION properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: @@ -194,11 +194,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Graph.PowerShell.Models.IDevicesCloudPrintIdentity -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger ## NOTES @@ -209,10 +209,10 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : printTaskTrigger +BODYPARAMETER : printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -224,16 +224,16 @@ BODYPARAMETER : printTaskTrigger - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[Event ]`: printEvent -DEFINITION : printTaskDefinition +DEFINITION : printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -245,16 +245,16 @@ DEFINITION : printTaskDefinition - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent INPUTOBJECT : Identity Parameter diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintShare.md index 5b411823e65..2f47bc8318b 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintShare.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintShare.md @@ -1361,9 +1361,9 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1484,11 +1484,11 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1967,7 +1967,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2497,7 +2497,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2584,14 +2584,60 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3921,7 +3967,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4032,6 +4078,11 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4185,7 +4236,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -4201,10 +4252,10 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -4275,7 +4326,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -5811,9 +5862,9 @@ ALLOWEDUSERS : The users who have access to print using - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5934,11 +5985,11 @@ ALLOWEDUSERS : The users who have access to print using - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6410,7 +6461,7 @@ ALLOWEDUSERS : The users who have access to print using - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6982,7 +7033,7 @@ ALLOWEDUSERS : The users who have access to print using - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7069,14 +7120,60 @@ ALLOWEDUSERS : The users who have access to print using - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7398,7 +7495,7 @@ ALLOWEDUSERS : The users who have access to print using - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8668,6 +8765,11 @@ ALLOWEDUSERS : The users who have access to print using - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -8821,7 +8923,7 @@ ALLOWEDUSERS : The users who have access to print using - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -8837,10 +8939,10 @@ ALLOWEDUSERS : The users who have access to print using - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -8911,7 +9013,7 @@ ALLOWEDUSERS : The users who have access to print using - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9598,7 +9700,7 @@ BODYPARAMETER : printerShare - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -9614,10 +9716,10 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -10616,9 +10718,9 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10739,11 +10841,11 @@ BODYPARAMETER : printerShare - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11222,7 +11324,7 @@ BODYPARAMETER : printerShare - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11752,7 +11854,7 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11839,14 +11941,60 @@ BODYPARAMETER : printerShare - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13171,7 +13319,7 @@ BODYPARAMETER : printerShare - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13282,6 +13430,11 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -13958,7 +14111,7 @@ BODYPARAMETER : printerShare - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -14122,7 +14275,7 @@ JOBS : . - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -14138,10 +14291,10 @@ JOBS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent LOCATION : printerLocation @@ -14323,7 +14476,7 @@ PRINTER : printer - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -14339,10 +14492,10 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -15371,9 +15524,9 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15494,11 +15647,11 @@ PRINTER : printer - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15977,7 +16130,7 @@ PRINTER : printer - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16507,7 +16660,7 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16594,14 +16747,60 @@ PRINTER : printer - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -17926,7 +18125,7 @@ PRINTER : printer - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18037,6 +18236,11 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -18686,7 +18890,7 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. STATUS : printerStatus - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintTaskDefinition.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintTaskDefinition.md index fb0750250e2..c61598552c8 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintTaskDefinition.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintTaskDefinition.md @@ -22,7 +22,7 @@ New-MgPrintTaskDefinition [-AdditionalProperties ] [-CreatedBy [-Confirm] [-WhatIf] +New-MgPrintTaskDefinition -BodyParameter [-Confirm] [-WhatIf] [] ``` @@ -69,7 +69,7 @@ printTaskDefinition To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition Parameter Sets: Create1 Aliases: @@ -181,11 +181,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition ## NOTES @@ -196,7 +196,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : printTaskDefinition +BODYPARAMETER : printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -208,16 +208,16 @@ BODYPARAMETER : printTaskDefinition - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent CREATEDBY : appIdentity @@ -229,7 +229,7 @@ CREATEDBY : appIdentity TASKS : A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -245,10 +245,10 @@ TASKS : A list of tasks that have been created based - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent ## RELATED LINKS diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintTaskDefinitionTask.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintTaskDefinitionTask.md index ab76b0d2547..dc1d13a1e6b 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintTaskDefinitionTask.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintTaskDefinitionTask.md @@ -15,8 +15,8 @@ Create new navigation property to tasks for print ### CreateExpanded1 (Default) ``` New-MgPrintTaskDefinitionTask -PrintTaskDefinitionId [-AdditionalProperties ] - [-Definition ] [-Id ] [-ParentUrl ] - [-Status ] [-Trigger ] [-Confirm] [-WhatIf] + [-Definition ] [-Id ] [-ParentUrl ] + [-Status ] [-Trigger ] [-Confirm] [-WhatIf] [] ``` @@ -35,8 +35,8 @@ New-MgPrintTaskDefinitionTask -InputObject ### CreateViaIdentityExpanded1 ``` New-MgPrintTaskDefinitionTask -InputObject [-AdditionalProperties ] - [-Definition ] [-Id ] [-ParentUrl ] - [-Status ] [-Trigger ] [-Confirm] [-WhatIf] + [-Definition ] [-Id ] [-ParentUrl ] + [-Status ] [-Trigger ] [-Confirm] [-WhatIf] [] ``` @@ -83,7 +83,7 @@ printTaskDefinition To construct, please use Get-Help -Online and see NOTES section for DEFINITION properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: @@ -179,7 +179,7 @@ printTaskTrigger To construct, please use Get-Help -Online and see NOTES section for TRIGGER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: @@ -246,7 +246,7 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : printTask - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -262,13 +262,13 @@ BODYPARAMETER : printTask - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent -DEFINITION : printTaskDefinition +DEFINITION : printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -280,16 +280,16 @@ DEFINITION : printTaskDefinition - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent INPUTOBJECT : Identity Parameter @@ -310,10 +310,10 @@ STATUS : printTaskStatus - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState -TRIGGER : printTaskTrigger +TRIGGER : printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -325,13 +325,13 @@ TRIGGER : printTaskTrigger - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[Event ]`: printEvent ## RELATED LINKS diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrint.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrint.md index a1513286268..e4975e5435f 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrint.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrint.md @@ -18,7 +18,7 @@ Update-MgPrint [-AdditionalProperties ] [-Connectors ] [-Printers ] [-PrinterShares ] [-Reports ] [-Services ] [-Settings ] - [-Shares ] [-TaskDefinitions ] + [-Shares ] [-TaskDefinitions ] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -213,7 +213,7 @@ Accept wildcard characters: False To construct, please use Get-Help -Online and see NOTES section for TASKDEFINITIONS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1[] +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition[] Parameter Sets: UpdateExpanded Aliases: @@ -472,7 +472,7 @@ BODYPARAMETER : print - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -488,10 +488,10 @@ BODYPARAMETER : print - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[Manufacturer ]`: The manufacturer of the printer/printerShare. @@ -1470,9 +1470,9 @@ BODYPARAMETER : print - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1593,11 +1593,11 @@ BODYPARAMETER : print - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2076,7 +2076,7 @@ BODYPARAMETER : print - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2606,7 +2606,7 @@ BODYPARAMETER : print - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2693,14 +2693,60 @@ BODYPARAMETER : print - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4025,7 +4071,7 @@ BODYPARAMETER : print - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4136,6 +4182,11 @@ BODYPARAMETER : print - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4801,7 +4852,7 @@ BODYPARAMETER : print - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -4915,7 +4966,7 @@ BODYPARAMETER : print - `[(Any) ]`: This indicates any property can be added to this object. - `[DocumentConversionEnabled ]`: Specifies whether document conversion is enabled for the tenant. If document conversion is enabled, Universal Print service will automatically convert documents into a format compatible with the printer (xps to pdf) when needed. - `[Shares ]`: The list of printer shares registered in the tenant. - - `[TaskDefinitions ]`: + - `[TaskDefinitions ]`: CONNECTORS : The list of available print connectors. - `[Id ]`: The unique idenfier for an entity. Read-only. @@ -5114,7 +5165,7 @@ PRINTERS : The list of printers registered in the ten - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -5130,10 +5181,10 @@ PRINTERS : The list of printers registered in the ten - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -6162,9 +6213,9 @@ PRINTERS : The list of printers registered in the ten - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6285,11 +6336,11 @@ PRINTERS : The list of printers registered in the ten - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6768,7 +6819,7 @@ PRINTERS : The list of printers registered in the ten - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7298,7 +7349,7 @@ PRINTERS : The list of printers registered in the ten - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7385,14 +7436,60 @@ PRINTERS : The list of printers registered in the ten - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8717,7 +8814,7 @@ PRINTERS : The list of printers registered in the ten - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8828,6 +8925,11 @@ PRINTERS : The list of printers registered in the ten - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9477,7 +9579,7 @@ PRINTERS : The list of printers registered in the ten - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. PRINTERSHARES : . - `[Capabilities ]`: printerCapabilities @@ -9635,7 +9737,7 @@ PRINTERSHARES : . - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -9651,10 +9753,10 @@ PRINTERSHARES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -10653,9 +10755,9 @@ PRINTERSHARES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10776,11 +10878,11 @@ PRINTERSHARES : . - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11259,7 +11361,7 @@ PRINTERSHARES : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11789,7 +11891,7 @@ PRINTERSHARES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11876,14 +11978,60 @@ PRINTERSHARES : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13208,7 +13356,7 @@ PRINTERSHARES : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13319,6 +13467,11 @@ PRINTERSHARES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -13995,7 +14148,7 @@ PRINTERSHARES : . - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -14267,7 +14420,7 @@ SHARES : The list of printer shares registered in - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -14283,10 +14436,10 @@ SHARES : The list of printer shares registered in - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -15285,9 +15438,9 @@ SHARES : The list of printer shares registered in - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15408,11 +15561,11 @@ SHARES : The list of printer shares registered in - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15891,7 +16044,7 @@ SHARES : The list of printer shares registered in - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16421,7 +16574,7 @@ SHARES : The list of printer shares registered in - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16508,14 +16661,60 @@ SHARES : The list of printer shares registered in - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -17840,7 +18039,7 @@ SHARES : The list of printer shares registered in - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17951,6 +18150,11 @@ SHARES : The list of printer shares registered in - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -18627,12 +18831,12 @@ SHARES : The list of printer shares registered in - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -TASKDEFINITIONS : . +TASKDEFINITIONS : . - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity - `[(Any) ]`: This indicates any property can be added to this object. @@ -18643,16 +18847,16 @@ TASKDEFINITIONS : . - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent ## RELATED LINKS diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinter.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinter.md index 20261b5a279..4f8e15cddf2 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinter.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinter.md @@ -21,7 +21,7 @@ Update-MgPrintPrinter -PrinterId [-AcceptingJobs] [-AdditionalPropertie [-Location ] [-Manufacturer ] [-Model ] [-Name ] [-RegisteredDateTime ] [-Share ] [-Shares ] [-Status ] - [-TaskTriggers ] [-PassThru] [-Confirm] [-WhatIf] [] + [-TaskTriggers ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Update @@ -46,7 +46,7 @@ Update-MgPrintPrinter -InputObject [-AcceptingJobs] [-Location ] [-Manufacturer ] [-Model ] [-Name ] [-RegisteredDateTime ] [-Share ] [-Shares ] [-Status ] - [-TaskTriggers ] [-PassThru] [-Confirm] [-WhatIf] [] + [-TaskTriggers ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -456,7 +456,7 @@ A list of task triggers that are associated with the printer. To construct, please use Get-Help -Online and see NOTES section for TASKTRIGGERS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1[] +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger[] Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -677,7 +677,7 @@ BODYPARAMETER : printer - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -693,10 +693,10 @@ BODYPARAMETER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -1725,9 +1725,9 @@ BODYPARAMETER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1848,11 +1848,11 @@ BODYPARAMETER : printer - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2331,7 +2331,7 @@ BODYPARAMETER : printer - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2861,7 +2861,7 @@ BODYPARAMETER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2948,14 +2948,60 @@ BODYPARAMETER : printer - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4280,7 +4326,7 @@ BODYPARAMETER : printer - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4391,6 +4437,11 @@ BODYPARAMETER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5040,7 +5091,7 @@ BODYPARAMETER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. CAPABILITIES : printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. @@ -5247,7 +5298,7 @@ JOBS : . - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -5263,10 +5314,10 @@ JOBS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent LOCATION : printerLocation @@ -5448,7 +5499,7 @@ SHARE : printerShare - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -5464,10 +5515,10 @@ SHARE : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -6466,9 +6517,9 @@ SHARE : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6589,11 +6640,11 @@ SHARE : printerShare - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -7072,7 +7123,7 @@ SHARE : printerShare - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7602,7 +7653,7 @@ SHARE : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7689,14 +7740,60 @@ SHARE : printerShare - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -9021,7 +9118,7 @@ SHARE : printerShare - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9132,6 +9229,11 @@ SHARE : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9808,7 +9910,7 @@ SHARE : printerShare - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9969,7 +10071,7 @@ SHARES : The list of printerShares that are assoc - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -9985,10 +10087,10 @@ SHARES : The list of printerShares that are assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -10987,9 +11089,9 @@ SHARES : The list of printerShares that are assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11110,11 +11212,11 @@ SHARES : The list of printerShares that are assoc - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11593,7 +11695,7 @@ SHARES : The list of printerShares that are assoc - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12123,7 +12225,7 @@ SHARES : The list of printerShares that are assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12210,14 +12312,60 @@ SHARES : The list of printerShares that are assoc - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13542,7 +13690,7 @@ SHARES : The list of printerShares that are assoc - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13653,6 +13801,11 @@ SHARES : The list of printerShares that are assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14329,7 +14482,7 @@ SHARES : The list of printerShares that are assoc - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -14343,9 +14496,9 @@ STATUS : printerStatus - `[ProcessingStateReasons ]`: - `[State ]`: printerProcessingState -TASKTRIGGERS : A list of task triggers that are associated with the printer. +TASKTRIGGERS : A list of task triggers that are associated with the printer. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -14357,13 +14510,13 @@ TASKTRIGGERS : A list of task triggers that - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[Event ]`: printEvent ## RELATED LINKS diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinterShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinterShare.md index 59ad3f2a5d9..609f1c8b9ce 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinterShare.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinterShare.md @@ -1415,9 +1415,9 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1538,11 +1538,11 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2021,7 +2021,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2551,7 +2551,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2638,14 +2638,60 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3975,7 +4021,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4086,6 +4132,11 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4239,7 +4290,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -4255,10 +4306,10 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -4329,7 +4380,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -5865,9 +5916,9 @@ ALLOWEDUSERS : The users who have access to print using - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5988,11 +6039,11 @@ ALLOWEDUSERS : The users who have access to print using - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6464,7 +6515,7 @@ ALLOWEDUSERS : The users who have access to print using - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7036,7 +7087,7 @@ ALLOWEDUSERS : The users who have access to print using - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7123,14 +7174,60 @@ ALLOWEDUSERS : The users who have access to print using - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7452,7 +7549,7 @@ ALLOWEDUSERS : The users who have access to print using - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8722,6 +8819,11 @@ ALLOWEDUSERS : The users who have access to print using - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -8875,7 +8977,7 @@ ALLOWEDUSERS : The users who have access to print using - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -8891,10 +8993,10 @@ ALLOWEDUSERS : The users who have access to print using - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -8965,7 +9067,7 @@ ALLOWEDUSERS : The users who have access to print using - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9652,7 +9754,7 @@ BODYPARAMETER : printerShare - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -9668,10 +9770,10 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -10670,9 +10772,9 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10793,11 +10895,11 @@ BODYPARAMETER : printerShare - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11276,7 +11378,7 @@ BODYPARAMETER : printerShare - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11806,7 +11908,7 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11893,14 +11995,60 @@ BODYPARAMETER : printerShare - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13225,7 +13373,7 @@ BODYPARAMETER : printerShare - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13336,6 +13484,11 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14012,7 +14165,7 @@ BODYPARAMETER : printerShare - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -14189,7 +14342,7 @@ JOBS : . - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -14205,10 +14358,10 @@ JOBS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent LOCATION : printerLocation @@ -14390,7 +14543,7 @@ PRINTER : printer - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -14406,10 +14559,10 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -15438,9 +15591,9 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15561,11 +15714,11 @@ PRINTER : printer - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16044,7 +16197,7 @@ PRINTER : printer - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16574,7 +16727,7 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16661,14 +16814,60 @@ PRINTER : printer - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -17993,7 +18192,7 @@ PRINTER : printer - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18104,6 +18303,11 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -18753,7 +18957,7 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. STATUS : printerStatus - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinterTaskTrigger.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinterTaskTrigger.md index f608fb942e8..b53a40cb949 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinterTaskTrigger.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinterTaskTrigger.md @@ -15,26 +15,26 @@ Update the navigation property taskTriggers in print ### UpdateExpanded1 (Default) ``` Update-MgPrintPrinterTaskTrigger -PrinterId -PrintTaskTriggerId - [-AdditionalProperties ] [-Definition ] [-Event ] + [-AdditionalProperties ] [-Definition ] [-Event ] [-Id ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Update1 ``` Update-MgPrintPrinterTaskTrigger -PrinterId -PrintTaskTriggerId - -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentity1 ``` Update-MgPrintPrinterTaskTrigger -InputObject - -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded1 ``` Update-MgPrintPrinterTaskTrigger -InputObject [-AdditionalProperties ] - [-Definition ] [-Event ] [-Id ] [-PassThru] [-Confirm] + [-Definition ] [-Event ] [-Id ] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -65,7 +65,7 @@ printTaskTrigger To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger Parameter Sets: Update1, UpdateViaIdentity1 Aliases: @@ -81,7 +81,7 @@ printTaskDefinition To construct, please use Get-Help -Online and see NOTES section for DEFINITION properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -222,7 +222,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Graph.PowerShell.Models.IDevicesCloudPrintIdentity -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger ## OUTPUTS @@ -237,10 +237,10 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : printTaskTrigger +BODYPARAMETER : printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -252,16 +252,16 @@ BODYPARAMETER : printTaskTrigger - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[Event ]`: printEvent -DEFINITION : printTaskDefinition +DEFINITION : printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -273,16 +273,16 @@ DEFINITION : printTaskDefinition - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent INPUTOBJECT : Identity Parameter diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintShare.md index e9e64d654bf..7c24d53dd28 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintShare.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintShare.md @@ -1429,9 +1429,9 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1552,11 +1552,11 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2035,7 +2035,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2565,7 +2565,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2652,14 +2652,60 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3989,7 +4035,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4100,6 +4146,11 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4253,7 +4304,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -4269,10 +4320,10 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -4343,7 +4394,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -5879,9 +5930,9 @@ ALLOWEDUSERS : The users who have access to print using - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6002,11 +6053,11 @@ ALLOWEDUSERS : The users who have access to print using - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6478,7 +6529,7 @@ ALLOWEDUSERS : The users who have access to print using - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7050,7 +7101,7 @@ ALLOWEDUSERS : The users who have access to print using - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7137,14 +7188,60 @@ ALLOWEDUSERS : The users who have access to print using - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7466,7 +7563,7 @@ ALLOWEDUSERS : The users who have access to print using - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8736,6 +8833,11 @@ ALLOWEDUSERS : The users who have access to print using - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -8889,7 +8991,7 @@ ALLOWEDUSERS : The users who have access to print using - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -8905,10 +9007,10 @@ ALLOWEDUSERS : The users who have access to print using - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -8979,7 +9081,7 @@ ALLOWEDUSERS : The users who have access to print using - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9666,7 +9768,7 @@ BODYPARAMETER : printerShare - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -9682,10 +9784,10 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -10684,9 +10786,9 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10807,11 +10909,11 @@ BODYPARAMETER : printerShare - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11290,7 +11392,7 @@ BODYPARAMETER : printerShare - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11820,7 +11922,7 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11907,14 +12009,60 @@ BODYPARAMETER : printerShare - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13239,7 +13387,7 @@ BODYPARAMETER : printerShare - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13350,6 +13498,11 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14026,7 +14179,7 @@ BODYPARAMETER : printerShare - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Share ]`: printerShare - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[ViewPoint ]`: printerShareViewpoint - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -14203,7 +14356,7 @@ JOBS : . - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -14219,10 +14372,10 @@ JOBS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent LOCATION : printerLocation @@ -14404,7 +14557,7 @@ PRINTER : printer - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -14420,10 +14573,10 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -15452,9 +15605,9 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15575,11 +15728,11 @@ PRINTER : printer - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16058,7 +16211,7 @@ PRINTER : printer - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16588,7 +16741,7 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16675,14 +16828,60 @@ PRINTER : printer - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -18007,7 +18206,7 @@ PRINTER : printer - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18118,6 +18317,11 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -18767,7 +18971,7 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[LastUsedDateTime ]`: Date and time when the printer was last used by the signed-in user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. STATUS : printerStatus - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintTaskDefinition.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintTaskDefinition.md index 4261b7ca379..3da750c145a 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintTaskDefinition.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintTaskDefinition.md @@ -22,13 +22,13 @@ Update-MgPrintTaskDefinition -PrintTaskDefinitionId [-AdditionalPropert ### Update1 ``` Update-MgPrintTaskDefinition -PrintTaskDefinitionId - -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentity1 ``` Update-MgPrintTaskDefinition -InputObject - -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded1 @@ -80,7 +80,7 @@ printTaskDefinition To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition Parameter Sets: Update1, UpdateViaIdentity1 Aliases: @@ -240,7 +240,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Graph.PowerShell.Models.IDevicesCloudPrintIdentity -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition ## OUTPUTS @@ -255,7 +255,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : printTaskDefinition +BODYPARAMETER : printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -267,16 +267,16 @@ BODYPARAMETER : printTaskDefinition - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent CREATEDBY : appIdentity @@ -301,7 +301,7 @@ INPUTOBJECT : Identity Parameter TASKS : A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -317,10 +317,10 @@ TASKS : A list of tasks that have been created based - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent ## RELATED LINKS diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintTaskDefinitionTask.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintTaskDefinitionTask.md index 61f0e496fd9..4ebbb0edd95 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintTaskDefinitionTask.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintTaskDefinitionTask.md @@ -15,9 +15,9 @@ Update the navigation property tasks in print ### UpdateExpanded1 (Default) ``` Update-MgPrintTaskDefinitionTask -PrintTaskDefinitionId -PrintTaskId - [-AdditionalProperties ] [-Definition ] [-Id ] - [-ParentUrl ] [-Status ] - [-Trigger ] [-PassThru] [-Confirm] [-WhatIf] [] + [-AdditionalProperties ] [-Definition ] [-Id ] + [-ParentUrl ] [-Status ] [-Trigger ] + [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Update1 @@ -35,8 +35,8 @@ Update-MgPrintTaskDefinitionTask -InputObject ### UpdateViaIdentityExpanded1 ``` Update-MgPrintTaskDefinitionTask -InputObject [-AdditionalProperties ] - [-Definition ] [-Id ] [-ParentUrl ] - [-Status ] [-Trigger ] [-PassThru] + [-Definition ] [-Id ] [-ParentUrl ] + [-Status ] [-Trigger ] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -83,7 +83,7 @@ printTaskDefinition To construct, please use Get-Help -Online and see NOTES section for DEFINITION properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -209,7 +209,7 @@ printTaskTrigger To construct, please use Get-Help -Online and see NOTES section for TRIGGER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -276,7 +276,7 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : printTask - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -292,13 +292,13 @@ BODYPARAMETER : printTask - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent -DEFINITION : printTaskDefinition +DEFINITION : printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -310,16 +310,16 @@ DEFINITION : printTaskDefinition - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent INPUTOBJECT : Identity Parameter @@ -340,10 +340,10 @@ STATUS : printTaskStatus - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState -TRIGGER : printTaskTrigger +TRIGGER : printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -355,13 +355,13 @@ TRIGGER : printTaskTrigger - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[Event ]`: printEvent ## RELATED LINKS diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintPrinterTaskTrigger.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintPrinterTaskTrigger.md index 6cb7755e35c..9db6c31469e 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintPrinterTaskTrigger.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintPrinterTaskTrigger.md @@ -262,7 +262,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 ## NOTES diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintPrinterTaskTriggerDefinition.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintPrinterTaskTriggerDefinition.md index e2d7d273241..ce1cc49b8ca 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintPrinterTaskTriggerDefinition.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintPrinterTaskTriggerDefinition.md @@ -118,7 +118,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 ## NOTES diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintTaskDefinition.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintTaskDefinition.md index 19e0084c85f..6b85655b553 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintTaskDefinition.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintTaskDefinition.md @@ -274,7 +274,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 ## NOTES diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintTaskDefinitionTaskTrigger.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintTaskDefinitionTaskTrigger.md index 24e6e861e0e..28097112d66 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintTaskDefinitionTaskTrigger.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintTaskDefinitionTaskTrigger.md @@ -118,7 +118,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 ## NOTES diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Microsoft.Graph.Devices.CloudPrint.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Microsoft.Graph.Devices.CloudPrint.md index 9805f5ca053..d32b405d47a 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Microsoft.Graph.Devices.CloudPrint.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Microsoft.Graph.Devices.CloudPrint.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Devices.CloudPrint -Module Guid: df393c21-a051-4e93-a9d5-267e3037cc69 +Module Guid: 09d1a3c8-196f-4151-b374-017a1f5b85a3 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintPrinterTaskTrigger.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintPrinterTaskTrigger.md index 8beab0802bb..1c7d1228f56 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintPrinterTaskTrigger.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintPrinterTaskTrigger.md @@ -16,26 +16,26 @@ Currently, only **one** task trigger can be specified per printer, but this limi ### CreateExpanded (Default) ``` New-MgPrintPrinterTaskTrigger -PrinterId [-AdditionalProperties ] - [-Definition ] [-Event ] [-Id ] [-Confirm] [-WhatIf] + [-Definition ] [-Event ] [-Id ] [-Confirm] [-WhatIf] [] ``` ### Create ``` -New-MgPrintPrinterTaskTrigger -PrinterId -BodyParameter [-Confirm] +New-MgPrintPrinterTaskTrigger -PrinterId -BodyParameter [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentity ``` New-MgPrintPrinterTaskTrigger -InputObject - -BodyParameter [-Confirm] [-WhatIf] [] + -BodyParameter [-Confirm] [-WhatIf] [] ``` ### CreateViaIdentityExpanded ``` New-MgPrintPrinterTaskTrigger -InputObject [-AdditionalProperties ] - [-Definition ] [-Event ] [-Id ] [-Confirm] [-WhatIf] + [-Definition ] [-Event ] [-Id ] [-Confirm] [-WhatIf] [] ``` @@ -80,7 +80,7 @@ printTaskTrigger To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 Parameter Sets: Create, CreateViaIdentity Aliases: @@ -96,7 +96,7 @@ printTaskDefinition To construct, please use Get-Help -Online and see NOTES section for DEFINITION properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -207,11 +207,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Graph.PowerShell.Models.IDevicesCloudPrintIdentity -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 ## NOTES @@ -222,10 +222,10 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : printTaskTrigger +BODYPARAMETER : printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -237,16 +237,16 @@ BODYPARAMETER : printTaskTrigger - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[Event ]`: printEvent -DEFINITION : printTaskDefinition +DEFINITION : printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -258,16 +258,16 @@ DEFINITION : printTaskDefinition - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent INPUTOBJECT : Identity Parameter diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintShare.md index 6f454655116..12f97ec9360 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintShare.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintShare.md @@ -384,7 +384,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -695,7 +695,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1271,7 +1271,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1801,7 +1801,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2648,7 +2648,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3043,7 +3043,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3781,7 +3781,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4345,7 +4345,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4546,7 +4546,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4673,7 +4673,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5609,7 +5609,7 @@ BODYPARAMETER : printerShare - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -5625,10 +5625,10 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -5675,7 +5675,7 @@ BODYPARAMETER : printerShare - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -5986,7 +5986,7 @@ BODYPARAMETER : printerShare - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6562,7 +6562,7 @@ BODYPARAMETER : printerShare - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7092,7 +7092,7 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7939,7 +7939,7 @@ BODYPARAMETER : printerShare - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8253,7 +8253,7 @@ BODYPARAMETER : printerShare - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. CAPABILITIES : printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. @@ -8359,7 +8359,7 @@ JOBS : The list of jobs that are queued for printing - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -8375,10 +8375,10 @@ JOBS : The list of jobs that are queued for printing - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent LOCATION : printerLocation @@ -8505,7 +8505,7 @@ PRINTER : printer - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -8521,10 +8521,10 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -8594,7 +8594,7 @@ PRINTER : printer - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -8905,7 +8905,7 @@ PRINTER : printer - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9481,7 +9481,7 @@ PRINTER : printer - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10011,7 +10011,7 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -10858,7 +10858,7 @@ PRINTER : printer - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11148,7 +11148,7 @@ PRINTER : printer - `[AllowedUsers ]`: The users who have access to print using the printer. - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. - `[Printer ]`: printer - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. STATUS : printerStatus - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintTaskDefinition.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintTaskDefinition.md index ce40dc040f4..620b2eb148e 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintTaskDefinition.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintTaskDefinition.md @@ -22,7 +22,7 @@ New-MgPrintTaskDefinition [-AdditionalProperties ] [-CreatedBy [-Confirm] [-WhatIf] +New-MgPrintTaskDefinition -BodyParameter [-Confirm] [-WhatIf] [] ``` @@ -69,7 +69,7 @@ printTaskDefinition To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 Parameter Sets: Create Aliases: @@ -181,11 +181,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 ## NOTES @@ -196,7 +196,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : printTaskDefinition +BODYPARAMETER : printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -208,16 +208,16 @@ BODYPARAMETER : printTaskDefinition - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent CREATEDBY : appIdentity @@ -229,7 +229,7 @@ CREATEDBY : appIdentity TASKS : A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -245,10 +245,10 @@ TASKS : A list of tasks that have been created base - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent ## RELATED LINKS diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintTaskDefinitionTask.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintTaskDefinitionTask.md index c192470fd60..3c608d67d8e 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintTaskDefinitionTask.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintTaskDefinitionTask.md @@ -15,8 +15,8 @@ Create new navigation property to tasks for print ### CreateExpanded (Default) ``` New-MgPrintTaskDefinitionTask -PrintTaskDefinitionId [-AdditionalProperties ] - [-Definition ] [-Id ] [-ParentUrl ] - [-Status ] [-Trigger ] [-Confirm] [-WhatIf] + [-Definition ] [-Id ] [-ParentUrl ] + [-Status ] [-Trigger ] [-Confirm] [-WhatIf] [] ``` @@ -35,8 +35,8 @@ New-MgPrintTaskDefinitionTask -InputObject ### CreateViaIdentityExpanded ``` New-MgPrintTaskDefinitionTask -InputObject [-AdditionalProperties ] - [-Definition ] [-Id ] [-ParentUrl ] - [-Status ] [-Trigger ] [-Confirm] [-WhatIf] + [-Definition ] [-Id ] [-ParentUrl ] + [-Status ] [-Trigger ] [-Confirm] [-WhatIf] [] ``` @@ -83,7 +83,7 @@ printTaskDefinition To construct, please use Get-Help -Online and see NOTES section for DEFINITION properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -179,7 +179,7 @@ printTaskTrigger To construct, please use Get-Help -Online and see NOTES section for TRIGGER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -246,7 +246,7 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : printTask - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -262,13 +262,13 @@ BODYPARAMETER : printTask - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent -DEFINITION : printTaskDefinition +DEFINITION : printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -280,16 +280,16 @@ DEFINITION : printTaskDefinition - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent INPUTOBJECT : Identity Parameter @@ -310,10 +310,10 @@ STATUS : printTaskStatus - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState -TRIGGER : printTaskTrigger +TRIGGER : printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -325,13 +325,13 @@ TRIGGER : printTaskTrigger - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[Event ]`: printEvent ## RELATED LINKS diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrint.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrint.md index 74052147e91..22dc2ff52f5 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrint.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrint.md @@ -17,7 +17,7 @@ Update print Update-MgPrint [-AdditionalProperties ] [-Connectors ] [-Operations ] [-Printers ] [-Services ] [-Settings ] - [-Shares ] [-TaskDefinitions ] + [-Shares ] [-TaskDefinitions ] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -180,7 +180,7 @@ List of abstract definition for a task that can be triggered when various events To construct, please use Get-Help -Online and see NOTES section for TASKDEFINITIONS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition[] +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1[] Parameter Sets: UpdateExpanded1 Aliases: @@ -380,7 +380,7 @@ BODYPARAMETER : print - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -396,10 +396,10 @@ BODYPARAMETER : print - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[Manufacturer ]`: The manufacturer of the printer/printerShare. @@ -444,7 +444,7 @@ BODYPARAMETER : print - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -755,7 +755,7 @@ BODYPARAMETER : print - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1331,7 +1331,7 @@ BODYPARAMETER : print - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1861,7 +1861,7 @@ BODYPARAMETER : print - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2708,7 +2708,7 @@ BODYPARAMETER : print - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -2998,7 +2998,7 @@ BODYPARAMETER : print - `[AllowedUsers ]`: The users who have access to print using the printer. - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. - `[Printer ]`: printer - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. - `[Services ]`: The list of available Universal Print service endpoints. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Endpoints ]`: Endpoints that can be used to access the service. Read-only. Nullable. @@ -3009,7 +3009,7 @@ BODYPARAMETER : print - `[(Any) ]`: This indicates any property can be added to this object. - `[DocumentConversionEnabled ]`: Specifies whether document conversion is enabled for the tenant. If document conversion is enabled, Universal Print service will automatically convert documents into a format compatible with the printer (xps to pdf) when needed. - `[Shares ]`: The list of printer shares registered in the tenant. - - `[TaskDefinitions ]`: List of abstract definition for a task that can be triggered when various events occur within Universal Print. + - `[TaskDefinitions ]`: List of abstract definition for a task that can be triggered when various events occur within Universal Print. CONNECTORS : The list of available print connectors. - `[Id ]`: The unique idenfier for an entity. Read-only. @@ -3149,7 +3149,7 @@ PRINTERS : The list of printers registered in the tena - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -3165,10 +3165,10 @@ PRINTERS : The list of printers registered in the tena - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -3238,7 +3238,7 @@ PRINTERS : The list of printers registered in the tena - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -3549,7 +3549,7 @@ PRINTERS : The list of printers registered in the tena - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4125,7 +4125,7 @@ PRINTERS : The list of printers registered in the tena - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4655,7 +4655,7 @@ PRINTERS : The list of printers registered in the tena - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -5502,7 +5502,7 @@ PRINTERS : The list of printers registered in the tena - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5792,7 +5792,7 @@ PRINTERS : The list of printers registered in the tena - `[AllowedUsers ]`: The users who have access to print using the printer. - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. - `[Printer ]`: printer - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. SERVICES : The list of available Universal Print service endpoints. - `[Id ]`: The unique idenfier for an entity. Read-only. @@ -5908,7 +5908,7 @@ SHARES : The list of printer shares registered i - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -5924,10 +5924,10 @@ SHARES : The list of printer shares registered i - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -5974,7 +5974,7 @@ SHARES : The list of printer shares registered i - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -6285,7 +6285,7 @@ SHARES : The list of printer shares registered i - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6861,7 +6861,7 @@ SHARES : The list of printer shares registered i - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7391,7 +7391,7 @@ SHARES : The list of printer shares registered i - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -8238,7 +8238,7 @@ SHARES : The list of printer shares registered i - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8552,9 +8552,9 @@ SHARES : The list of printer shares registered i - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. -TASKDEFINITIONS : List of abstract definition for a task that can be triggered when various events occur within Universal Print. +TASKDEFINITIONS : List of abstract definition for a task that can be triggered when various events occur within Universal Print. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity - `[(Any) ]`: This indicates any property can be added to this object. @@ -8565,16 +8565,16 @@ TASKDEFINITIONS : List of abstract definit - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent ## RELATED LINKS diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintPrinter.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintPrinter.md index 5b915273e6d..03c9690566f 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintPrinter.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintPrinter.md @@ -20,7 +20,7 @@ Update-MgPrintPrinter -PrinterId [-AdditionalProperties ] [-IsAcceptingJobs] [-IsShared] [-Jobs ] [-LastSeenDateTime ] [-Location ] [-Manufacturer ] [-Model ] [-RegisteredDateTime ] [-Shares ] - [-Status ] [-TaskTriggers ] [-PassThru] + [-Status ] [-TaskTriggers ] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -44,7 +44,7 @@ Update-MgPrintPrinter -InputObject [-AdditionalProp [-IsAcceptingJobs] [-IsShared] [-Jobs ] [-LastSeenDateTime ] [-Location ] [-Manufacturer ] [-Model ] [-RegisteredDateTime ] [-Shares ] - [-Status ] [-TaskTriggers ] [-PassThru] + [-Status ] [-TaskTriggers ] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -409,7 +409,7 @@ A list of task triggers that are associated with the printer. To construct, please use Get-Help -Online and see NOTES section for TASKTRIGGERS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger[] +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1[] Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -577,7 +577,7 @@ BODYPARAMETER : printer - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -593,10 +593,10 @@ BODYPARAMETER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -666,7 +666,7 @@ BODYPARAMETER : printer - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -977,7 +977,7 @@ BODYPARAMETER : printer - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1553,7 +1553,7 @@ BODYPARAMETER : printer - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2083,7 +2083,7 @@ BODYPARAMETER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2930,7 +2930,7 @@ BODYPARAMETER : printer - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3220,7 +3220,7 @@ BODYPARAMETER : printer - `[AllowedUsers ]`: The users who have access to print using the printer. - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. - `[Printer ]`: printer - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. CAPABILITIES : printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. @@ -3366,7 +3366,7 @@ JOBS : The list of jobs that are queued for printing - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -3382,10 +3382,10 @@ JOBS : The list of jobs that are queued for printing - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent LOCATION : printerLocation @@ -3511,7 +3511,7 @@ SHARES : The list of printerShares that are asso - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -3527,10 +3527,10 @@ SHARES : The list of printerShares that are asso - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -3577,7 +3577,7 @@ SHARES : The list of printerShares that are asso - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -3888,7 +3888,7 @@ SHARES : The list of printerShares that are asso - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4464,7 +4464,7 @@ SHARES : The list of printerShares that are asso - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4994,7 +4994,7 @@ SHARES : The list of printerShares that are asso - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -5841,7 +5841,7 @@ SHARES : The list of printerShares that are asso - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6155,7 +6155,7 @@ SHARES : The list of printerShares that are asso - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. STATUS : printerStatus - `[(Any) ]`: This indicates any property can be added to this object. @@ -6163,9 +6163,9 @@ STATUS : printerStatus - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. - `[State ]`: printerProcessingState -TASKTRIGGERS : A list of task triggers that are associated with the printer. +TASKTRIGGERS : A list of task triggers that are associated with the printer. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -6177,13 +6177,13 @@ TASKTRIGGERS : A list of task triggers that a - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[Event ]`: printEvent ## RELATED LINKS diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintPrinterTaskTrigger.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintPrinterTaskTrigger.md index d0e74b9f2a8..754f8a9df40 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintPrinterTaskTrigger.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintPrinterTaskTrigger.md @@ -15,26 +15,26 @@ Update the navigation property taskTriggers in print ### UpdateExpanded (Default) ``` Update-MgPrintPrinterTaskTrigger -PrinterId -PrintTaskTriggerId - [-AdditionalProperties ] [-Definition ] [-Event ] + [-AdditionalProperties ] [-Definition ] [-Event ] [-Id ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Update ``` Update-MgPrintPrinterTaskTrigger -PrinterId -PrintTaskTriggerId - -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentity ``` Update-MgPrintPrinterTaskTrigger -InputObject - -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` Update-MgPrintPrinterTaskTrigger -InputObject [-AdditionalProperties ] - [-Definition ] [-Event ] [-Id ] [-PassThru] [-Confirm] + [-Definition ] [-Event ] [-Id ] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -65,7 +65,7 @@ printTaskTrigger To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 Parameter Sets: Update, UpdateViaIdentity Aliases: @@ -81,7 +81,7 @@ printTaskDefinition To construct, please use Get-Help -Online and see NOTES section for DEFINITION properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -222,7 +222,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Graph.PowerShell.Models.IDevicesCloudPrintIdentity -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 ## OUTPUTS @@ -237,10 +237,10 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : printTaskTrigger +BODYPARAMETER : printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -252,16 +252,16 @@ BODYPARAMETER : printTaskTrigger - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[Event ]`: printEvent -DEFINITION : printTaskDefinition +DEFINITION : printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -273,16 +273,16 @@ DEFINITION : printTaskDefinition - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent INPUTOBJECT : Identity Parameter diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintShare.md index 44de10ac8b2..4ac65d4feca 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintShare.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintShare.md @@ -450,7 +450,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -761,7 +761,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1337,7 +1337,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1867,7 +1867,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2714,7 +2714,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3109,7 +3109,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3847,7 +3847,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4411,7 +4411,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4612,7 +4612,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4739,7 +4739,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5675,7 +5675,7 @@ BODYPARAMETER : printerShare - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -5691,10 +5691,10 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -5741,7 +5741,7 @@ BODYPARAMETER : printerShare - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -6052,7 +6052,7 @@ BODYPARAMETER : printerShare - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6628,7 +6628,7 @@ BODYPARAMETER : printerShare - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7158,7 +7158,7 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -8005,7 +8005,7 @@ BODYPARAMETER : printerShare - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8319,7 +8319,7 @@ BODYPARAMETER : printerShare - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. CAPABILITIES : printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. @@ -8438,7 +8438,7 @@ JOBS : The list of jobs that are queued for printing - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -8454,10 +8454,10 @@ JOBS : The list of jobs that are queued for printing - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent LOCATION : printerLocation @@ -8584,7 +8584,7 @@ PRINTER : printer - `[State ]`: - `[Tasks ]`: A list of printTasks that were triggered by this print job. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -8600,10 +8600,10 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. @@ -8673,7 +8673,7 @@ PRINTER : printer - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -8984,7 +8984,7 @@ PRINTER : printer - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9560,7 +9560,7 @@ PRINTER : printer - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10090,7 +10090,7 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -10937,7 +10937,7 @@ PRINTER : printer - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11227,7 +11227,7 @@ PRINTER : printer - `[AllowedUsers ]`: The users who have access to print using the printer. - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. - `[Printer ]`: printer - - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. STATUS : printerStatus - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintTaskDefinition.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintTaskDefinition.md index 54f499aeac2..67372f8d9f4 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintTaskDefinition.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintTaskDefinition.md @@ -22,13 +22,13 @@ Update-MgPrintTaskDefinition -PrintTaskDefinitionId [-AdditionalPropert ### Update ``` Update-MgPrintTaskDefinition -PrintTaskDefinitionId - -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentity ``` Update-MgPrintTaskDefinition -InputObject - -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded @@ -80,7 +80,7 @@ printTaskDefinition To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 Parameter Sets: Update, UpdateViaIdentity Aliases: @@ -240,7 +240,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Graph.PowerShell.Models.IDevicesCloudPrintIdentity -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 ## OUTPUTS @@ -255,7 +255,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : printTaskDefinition +BODYPARAMETER : printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -267,16 +267,16 @@ BODYPARAMETER : printTaskDefinition - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent CREATEDBY : appIdentity @@ -301,7 +301,7 @@ INPUTOBJECT : Identity Parameter TASKS : A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -317,10 +317,10 @@ TASKS : A list of tasks that have been created base - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent ## RELATED LINKS diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintTaskDefinitionTask.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintTaskDefinitionTask.md index e0d48837749..7a68acbe612 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintTaskDefinitionTask.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintTaskDefinitionTask.md @@ -15,9 +15,9 @@ Update the navigation property tasks in print ### UpdateExpanded (Default) ``` Update-MgPrintTaskDefinitionTask -PrintTaskDefinitionId -PrintTaskId - [-AdditionalProperties ] [-Definition ] [-Id ] - [-ParentUrl ] [-Status ] [-Trigger ] - [-PassThru] [-Confirm] [-WhatIf] [] + [-AdditionalProperties ] [-Definition ] [-Id ] + [-ParentUrl ] [-Status ] + [-Trigger ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Update @@ -35,8 +35,8 @@ Update-MgPrintTaskDefinitionTask -InputObject ### UpdateViaIdentityExpanded ``` Update-MgPrintTaskDefinitionTask -InputObject [-AdditionalProperties ] - [-Definition ] [-Id ] [-ParentUrl ] - [-Status ] [-Trigger ] [-PassThru] + [-Definition ] [-Id ] [-ParentUrl ] + [-Status ] [-Trigger ] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -98,7 +98,7 @@ printTaskDefinition To construct, please use Get-Help -Online and see NOTES section for DEFINITION properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskDefinition1 Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -224,7 +224,7 @@ printTaskTrigger To construct, please use Get-Help -Online and see NOTES section for TRIGGER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintTaskTrigger1 Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -291,7 +291,7 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : printTask - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -307,13 +307,13 @@ BODYPARAMETER : printTask - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent -DEFINITION : printTaskDefinition +DEFINITION : printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -325,16 +325,16 @@ DEFINITION : printTaskDefinition - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[Event ]`: printEvent INPUTOBJECT : Identity Parameter @@ -355,10 +355,10 @@ STATUS : printTaskStatus - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState -TRIGGER : printTaskTrigger +TRIGGER : printTaskTrigger - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[CreatedBy ]`: appIdentity @@ -370,13 +370,13 @@ TRIGGER : printTaskTrigger - `[DisplayName ]`: The name of the printTaskDefinition. - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Definition ]`: printTaskDefinition + - `[Definition ]`: printTaskDefinition - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. - `[Status ]`: printTaskStatus - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the current processing state of the printTask. - `[State ]`: printTaskProcessingState - - `[Trigger ]`: printTaskTrigger + - `[Trigger ]`: printTaskTrigger - `[Event ]`: printEvent ## RELATED LINKS diff --git a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/Microsoft.Graph.Devices.CorporateManagement.md b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/Microsoft.Graph.Devices.CorporateManagement.md index c2ca35bf57b..c0daaf274fe 100644 --- a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/Microsoft.Graph.Devices.CorporateManagement.md +++ b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/Microsoft.Graph.Devices.CorporateManagement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Devices.CorporateManagement -Module Guid: 7b3c12c1-025b-4db5-aba2-53a670450e4c +Module Guid: 71e75b61-87b5-4bef-b04e-8a55a2946a78 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.corporatemanagement Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/New-MgUserManagedDevice.md b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/New-MgUserManagedDevice.md index 278542244da..b9292b86975 100644 --- a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/New-MgUserManagedDevice.md +++ b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/New-MgUserManagedDevice.md @@ -1979,9 +1979,9 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2090,11 +2090,11 @@ BODYPARAMETER : Devices that are managed or pre-e - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2566,7 +2566,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -3138,7 +3138,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -3225,14 +3225,60 @@ BODYPARAMETER : Devices that are managed or pre-e - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3554,7 +3600,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4540,6 +4586,11 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6540,9 +6591,9 @@ DETECTEDAPPS : All applications currently installe - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6651,11 +6702,11 @@ DETECTEDAPPS : All applications currently installe - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -7127,7 +7178,7 @@ DETECTEDAPPS : All applications currently installe - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7699,7 +7750,7 @@ DETECTEDAPPS : All applications currently installe - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7786,14 +7837,60 @@ DETECTEDAPPS : All applications currently installe - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8115,7 +8212,7 @@ DETECTEDAPPS : All applications currently installe - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9101,6 +9198,11 @@ DETECTEDAPPS : All applications currently installe - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -11079,9 +11181,9 @@ USERS : The primary users associated with the managed dev - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11202,11 +11304,11 @@ USERS : The primary users associated with the managed dev - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11678,7 +11780,7 @@ USERS : The primary users associated with the managed dev - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12250,7 +12352,7 @@ USERS : The primary users associated with the managed dev - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12337,14 +12439,60 @@ USERS : The primary users associated with the managed dev - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12666,7 +12814,7 @@ USERS : The primary users associated with the managed dev - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13936,6 +14084,11 @@ USERS : The primary users associated with the managed dev - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/Update-MgUserManagedDevice.md b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/Update-MgUserManagedDevice.md index c0aa8e17193..f129cf59a9e 100644 --- a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/Update-MgUserManagedDevice.md +++ b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/Update-MgUserManagedDevice.md @@ -2010,9 +2010,9 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2121,11 +2121,11 @@ BODYPARAMETER : Devices that are managed or pre-e - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2597,7 +2597,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -3169,7 +3169,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -3256,14 +3256,60 @@ BODYPARAMETER : Devices that are managed or pre-e - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3585,7 +3631,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4571,6 +4617,11 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6571,9 +6622,9 @@ DETECTEDAPPS : All applications currently installe - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6682,11 +6733,11 @@ DETECTEDAPPS : All applications currently installe - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -7158,7 +7209,7 @@ DETECTEDAPPS : All applications currently installe - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7730,7 +7781,7 @@ DETECTEDAPPS : All applications currently installe - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7817,14 +7868,60 @@ DETECTEDAPPS : All applications currently installe - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8146,7 +8243,7 @@ DETECTEDAPPS : All applications currently installe - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9132,6 +9229,11 @@ DETECTEDAPPS : All applications currently installe - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -11110,9 +11212,9 @@ USERS : The primary users associated with the managed dev - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11233,11 +11335,11 @@ USERS : The primary users associated with the managed dev - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11709,7 +11811,7 @@ USERS : The primary users associated with the managed dev - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12281,7 +12383,7 @@ USERS : The primary users associated with the managed dev - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12368,14 +12470,60 @@ USERS : The primary users associated with the managed dev - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12697,7 +12845,7 @@ USERS : The primary users associated with the managed dev - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13967,6 +14115,11 @@ USERS : The primary users associated with the managed dev - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0/Microsoft.Graph.Devices.CorporateManagement.md b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0/Microsoft.Graph.Devices.CorporateManagement.md index 84141617b17..e504c49645e 100644 --- a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0/Microsoft.Graph.Devices.CorporateManagement.md +++ b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0/Microsoft.Graph.Devices.CorporateManagement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Devices.CorporateManagement -Module Guid: 7b3c12c1-025b-4db5-aba2-53a670450e4c +Module Guid: 71e75b61-87b5-4bef-b04e-8a55a2946a78 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.corporatemanagement Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0/New-MgUserManagedDevice.md b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0/New-MgUserManagedDevice.md index d76c27d6985..0ce3e231dbb 100644 --- a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0/New-MgUserManagedDevice.md +++ b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0/New-MgUserManagedDevice.md @@ -664,7 +664,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1402,7 +1402,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1966,7 +1966,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2167,7 +2167,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2294,7 +2294,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3298,7 +3298,7 @@ USERS : The primary users associated with the managed de - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4036,7 +4036,7 @@ USERS : The primary users associated with the managed de - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4600,7 +4600,7 @@ USERS : The primary users associated with the managed de - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4801,7 +4801,7 @@ USERS : The primary users associated with the managed de - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4928,7 +4928,7 @@ USERS : The primary users associated with the managed de - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0/Update-MgUserManagedDevice.md b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0/Update-MgUserManagedDevice.md index 902875ba5b0..a07d8ff0d60 100644 --- a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0/Update-MgUserManagedDevice.md +++ b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0/Update-MgUserManagedDevice.md @@ -694,7 +694,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1432,7 +1432,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1996,7 +1996,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2197,7 +2197,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2324,7 +2324,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3328,7 +3328,7 @@ USERS : The primary users associated with the managed de - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4066,7 +4066,7 @@ USERS : The primary users associated with the managed de - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4630,7 +4630,7 @@ USERS : The primary users associated with the managed de - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4831,7 +4831,7 @@ USERS : The primary users associated with the managed de - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4958,7 +4958,7 @@ USERS : The primary users associated with the managed de - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/docs/v1.0-beta/Microsoft.Graph.Devices.ServiceAnnouncement.md b/src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/docs/v1.0-beta/Microsoft.Graph.Devices.ServiceAnnouncement.md index a4d8402f657..696a0695a7b 100644 --- a/src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/docs/v1.0-beta/Microsoft.Graph.Devices.ServiceAnnouncement.md +++ b/src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/docs/v1.0-beta/Microsoft.Graph.Devices.ServiceAnnouncement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -Module Guid: 7994126f-4d79-40f6-bdc9-d5361209b88d +Module Guid: c5283817-7351-410f-bfb9-bdf3414d6a57 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/docs/v1.0/Microsoft.Graph.Devices.ServiceAnnouncement.md b/src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/docs/v1.0/Microsoft.Graph.Devices.ServiceAnnouncement.md index 9d5e8002ea3..dc22bc92c03 100644 --- a/src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/docs/v1.0/Microsoft.Graph.Devices.ServiceAnnouncement.md +++ b/src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/docs/v1.0/Microsoft.Graph.Devices.ServiceAnnouncement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -Module Guid: 7994126f-4d79-40f6-bdc9-d5361209b88d +Module Guid: c5283817-7351-410f-bfb9-bdf3414d6a57 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement Help Version: 1.0.0.0 Locale: en-US diff --git a/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/Microsoft.Graph.DirectoryObjects.md b/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/Microsoft.Graph.DirectoryObjects.md index 517b9df42ef..fff6ef93701 100644 --- a/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/Microsoft.Graph.DirectoryObjects.md +++ b/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/Microsoft.Graph.DirectoryObjects.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DirectoryObjects -Module Guid: 9922e08e-9b35-477c-b4d8-88fc6ad50dd9 +Module Guid: df9d5e6f-3d64-4db1-8da4-9cf0ee966bdd Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.directoryobjects Help Version: 1.0.0.0 Locale: en-US diff --git a/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Microsoft.Graph.DirectoryObjects.md b/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Microsoft.Graph.DirectoryObjects.md index b6410015f8a..e1f26075370 100644 --- a/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Microsoft.Graph.DirectoryObjects.md +++ b/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Microsoft.Graph.DirectoryObjects.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DirectoryObjects -Module Guid: 9922e08e-9b35-477c-b4d8-88fc6ad50dd9 +Module Guid: df9d5e6f-3d64-4db1-8da4-9cf0ee966bdd Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.directoryobjects Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Education/Education/docs/v1.0-beta/Microsoft.Graph.Education.md b/src/Education/Education/docs/v1.0-beta/Microsoft.Graph.Education.md index 8df12b5d421..c3c1c95843b 100644 --- a/src/Education/Education/docs/v1.0-beta/Microsoft.Graph.Education.md +++ b/src/Education/Education/docs/v1.0-beta/Microsoft.Graph.Education.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Education -Module Guid: 8325acfb-9fef-4a9f-bd1f-d1c3fa85414c +Module Guid: e17af9af-900e-44ad-a303-3c09e415a74e Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Education/Education/docs/v1.0-beta/New-MgEducationClass.md b/src/Education/Education/docs/v1.0-beta/New-MgEducationClass.md index 1f2a60de7ee..810e1eee8c0 100644 --- a/src/Education/Education/docs/v1.0-beta/New-MgEducationClass.md +++ b/src/Education/Education/docs/v1.0-beta/New-MgEducationClass.md @@ -775,7 +775,7 @@ BODYPARAMETER : educationClass - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -1641,9 +1641,9 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1764,11 +1764,11 @@ BODYPARAMETER : educationClass - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1829,7 +1829,7 @@ BODYPARAMETER : educationClass - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -2247,7 +2247,7 @@ BODYPARAMETER : educationClass - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2777,7 +2777,7 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2864,14 +2864,60 @@ BODYPARAMETER : educationClass - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4201,7 +4247,7 @@ BODYPARAMETER : educationClass - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4312,6 +4358,11 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4591,7 +4642,7 @@ BODYPARAMETER : educationClass - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -4659,7 +4710,7 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -4808,7 +4859,7 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -5215,7 +5266,7 @@ BODYPARAMETER : educationClass - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -5228,14 +5279,14 @@ BODYPARAMETER : educationClass - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -5243,7 +5294,7 @@ BODYPARAMETER : educationClass - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -5403,7 +5454,7 @@ GROUP : group - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6276,9 +6327,9 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6399,11 +6450,11 @@ GROUP : group - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6464,7 +6515,7 @@ GROUP : group - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -6882,7 +6933,7 @@ GROUP : group - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7412,7 +7463,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7499,14 +7550,60 @@ GROUP : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8836,7 +8933,7 @@ GROUP : group - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8947,6 +9044,11 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9226,7 +9328,7 @@ GROUP : group - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -9294,7 +9396,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -9443,7 +9545,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -10044,7 +10146,7 @@ MEMBERS : All users in the class. Nullable. - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -10906,9 +11008,9 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11029,11 +11131,11 @@ MEMBERS : All users in the class. Nullable. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11094,7 +11196,7 @@ MEMBERS : All users in the class. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -11512,7 +11614,7 @@ MEMBERS : All users in the class. Nullable. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12042,7 +12144,7 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12129,14 +12231,60 @@ MEMBERS : All users in the class. Nullable. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13466,7 +13614,7 @@ MEMBERS : All users in the class. Nullable. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13577,6 +13725,11 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -13856,7 +14009,7 @@ MEMBERS : All users in the class. Nullable. - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -13924,7 +14077,7 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -14073,7 +14226,7 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -14471,7 +14624,7 @@ MEMBERS : All users in the class. Nullable. - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -14510,7 +14663,7 @@ MEMBERS : All users in the class. Nullable. - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -14523,14 +14676,14 @@ MEMBERS : All users in the class. Nullable. - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: @@ -14559,7 +14712,7 @@ SCHOOLS : All schools that this class is assoc - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -14782,7 +14935,7 @@ SCHOOLS : All schools that this class is assoc - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. @@ -15640,9 +15793,9 @@ SCHOOLS : All schools that this class is assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15763,11 +15916,11 @@ SCHOOLS : All schools that this class is assoc - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15828,7 +15981,7 @@ SCHOOLS : All schools that this class is assoc - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -16246,7 +16399,7 @@ SCHOOLS : All schools that this class is assoc - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16776,7 +16929,7 @@ SCHOOLS : All schools that this class is assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16863,14 +17016,60 @@ SCHOOLS : All schools that this class is assoc - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -18200,7 +18399,7 @@ SCHOOLS : All schools that this class is assoc - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18311,6 +18510,11 @@ SCHOOLS : All schools that this class is assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -18590,7 +18794,7 @@ SCHOOLS : All schools that this class is assoc - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -18658,7 +18862,7 @@ SCHOOLS : All schools that this class is assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -18807,7 +19011,7 @@ SCHOOLS : All schools that this class is assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -19210,7 +19414,7 @@ SCHOOLS : All schools that this class is assoc - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -19223,14 +19427,14 @@ SCHOOLS : All schools that this class is assoc - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: @@ -19482,7 +19686,7 @@ TEACHERS : All teachers in the class. Nullable. - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -20344,9 +20548,9 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20467,11 +20671,11 @@ TEACHERS : All teachers in the class. Nullable. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20532,7 +20736,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -20950,7 +21154,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21480,7 +21684,7 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21567,14 +21771,60 @@ TEACHERS : All teachers in the class. Nullable. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -22904,7 +23154,7 @@ TEACHERS : All teachers in the class. Nullable. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -23015,6 +23265,11 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -23294,7 +23549,7 @@ TEACHERS : All teachers in the class. Nullable. - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -23362,7 +23617,7 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -23511,7 +23766,7 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -23909,7 +24164,7 @@ TEACHERS : All teachers in the class. Nullable. - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23948,7 +24203,7 @@ TEACHERS : All teachers in the class. Nullable. - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -23961,14 +24216,14 @@ TEACHERS : All teachers in the class. Nullable. - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: diff --git a/src/Education/Education/docs/v1.0-beta/New-MgEducationSchool.md b/src/Education/Education/docs/v1.0-beta/New-MgEducationSchool.md index b4424cbfecd..ede1b35548e 100644 --- a/src/Education/Education/docs/v1.0-beta/New-MgEducationSchool.md +++ b/src/Education/Education/docs/v1.0-beta/New-MgEducationSchool.md @@ -14,7 +14,7 @@ Create a school. ### CreateExpanded (Default) ``` -New-MgEducationSchool [-AdditionalProperties ] [-Address ] +New-MgEducationSchool [-AdditionalProperties ] [-Address ] [-AdministrativeUnit ] [-Classes ] [-CreatedBy ] [-Description ] [-DisplayName ] [-ExternalId ] [-ExternalPrincipalId ] [-ExternalSource ] @@ -85,7 +85,7 @@ physicalAddress To construct, please use Get-Help -Online and see NOTES section for ADDRESS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress1 Parameter Sets: CreateExpanded Aliases: @@ -440,7 +440,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ADDRESS : physicalAddress +ADDRESS : physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -479,7 +479,7 @@ BODYPARAMETER : educationSchool - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -702,7 +702,7 @@ BODYPARAMETER : educationSchool - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. @@ -1560,9 +1560,9 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1683,11 +1683,11 @@ BODYPARAMETER : educationSchool - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1748,7 +1748,7 @@ BODYPARAMETER : educationSchool - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -2166,7 +2166,7 @@ BODYPARAMETER : educationSchool - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2696,7 +2696,7 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2783,14 +2783,60 @@ BODYPARAMETER : educationSchool - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4120,7 +4166,7 @@ BODYPARAMETER : educationSchool - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4231,6 +4277,11 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4510,7 +4561,7 @@ BODYPARAMETER : educationSchool - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -4578,7 +4629,7 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -4727,7 +4778,7 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -5130,7 +5181,7 @@ BODYPARAMETER : educationSchool - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -5143,14 +5194,14 @@ BODYPARAMETER : educationSchool - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: @@ -5391,7 +5442,7 @@ CLASSES : Classes taught at the school. Nullabl - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6257,9 +6308,9 @@ CLASSES : Classes taught at the school. Nullabl - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6380,11 +6431,11 @@ CLASSES : Classes taught at the school. Nullabl - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6445,7 +6496,7 @@ CLASSES : Classes taught at the school. Nullabl - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -6863,7 +6914,7 @@ CLASSES : Classes taught at the school. Nullabl - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7393,7 +7444,7 @@ CLASSES : Classes taught at the school. Nullabl - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7480,14 +7531,60 @@ CLASSES : Classes taught at the school. Nullabl - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8817,7 +8914,7 @@ CLASSES : Classes taught at the school. Nullabl - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8928,6 +9025,11 @@ CLASSES : Classes taught at the school. Nullabl - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9207,7 +9309,7 @@ CLASSES : Classes taught at the school. Nullabl - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -9275,7 +9377,7 @@ CLASSES : Classes taught at the school. Nullabl - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -9424,7 +9526,7 @@ CLASSES : Classes taught at the school. Nullabl - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -9831,7 +9933,7 @@ CLASSES : Classes taught at the school. Nullabl - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -9844,14 +9946,14 @@ CLASSES : Classes taught at the school. Nullabl - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -9859,7 +9961,7 @@ CLASSES : Classes taught at the school. Nullabl - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -10130,7 +10232,7 @@ USERS : Users in the school. Nullable. - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -10992,9 +11094,9 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11115,11 +11217,11 @@ USERS : Users in the school. Nullable. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11180,7 +11282,7 @@ USERS : Users in the school. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -11598,7 +11700,7 @@ USERS : Users in the school. Nullable. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12128,7 +12230,7 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12215,14 +12317,60 @@ USERS : Users in the school. Nullable. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13552,7 +13700,7 @@ USERS : Users in the school. Nullable. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13663,6 +13811,11 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -13942,7 +14095,7 @@ USERS : Users in the school. Nullable. - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -14010,7 +14163,7 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -14159,7 +14312,7 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -14557,7 +14710,7 @@ USERS : Users in the school. Nullable. - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -14596,7 +14749,7 @@ USERS : Users in the school. Nullable. - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -14609,14 +14762,14 @@ USERS : Users in the school. Nullable. - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: diff --git a/src/Education/Education/docs/v1.0-beta/New-MgEducationUser.md b/src/Education/Education/docs/v1.0-beta/New-MgEducationUser.md index ccb6e97873f..57f9d0262f9 100644 --- a/src/Education/Education/docs/v1.0-beta/New-MgEducationUser.md +++ b/src/Education/Education/docs/v1.0-beta/New-MgEducationUser.md @@ -19,12 +19,12 @@ New-MgEducationUser [-AccountEnabled] [-AdditionalProperties ] [-Assignments ] [-BusinessPhones ] [-Classes ] [-CreatedBy ] [-Department ] [-DisplayName ] [-ExternalSource ] [-ExternalSourceDetail ] [-GivenName ] - [-Id ] [-Mail ] [-MailingAddress ] [-MailNickname ] + [-Id ] [-Mail ] [-MailingAddress ] [-MailNickname ] [-MiddleName ] [-MobilePhone ] [-OfficeLocation ] [-OnPremisesInfo ] [-PasswordPolicies ] [-PasswordProfile ] [-PreferredLanguage ] [-PrimaryRole ] [-ProvisionedPlans ] [-RefreshTokensValidFromDateTime ] - [-RelatedContacts ] [-ResidenceAddress ] + [-RelatedContacts ] [-ResidenceAddress ] [-Rubrics ] [-Schools ] [-ShowInAddressList] [-Student ] [-Surname ] [-TaughtClasses ] [-Teacher ] @@ -348,7 +348,7 @@ physicalAddress To construct, please use Get-Help -Online and see NOTES section for MAILINGADDRESS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress1 Parameter Sets: CreateExpanded Aliases: @@ -539,7 +539,7 @@ Possible relationships are parent, relative, aide, doctor, guardian, child, othe To construct, please use Get-Help -Online and see NOTES section for RELATEDCONTACTS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRelatedContact[] +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRelatedContact1[] Parameter Sets: CreateExpanded Aliases: @@ -555,7 +555,7 @@ physicalAddress To construct, please use Get-Help -Online and see NOTES section for RESIDENCEADDRESS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress1 Parameter Sets: CreateExpanded Aliases: @@ -1096,7 +1096,7 @@ BODYPARAMETER : educationUser - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -1958,9 +1958,9 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2081,11 +2081,11 @@ BODYPARAMETER : educationUser - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2146,7 +2146,7 @@ BODYPARAMETER : educationUser - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -2564,7 +2564,7 @@ BODYPARAMETER : educationUser - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -3094,7 +3094,7 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -3181,14 +3181,60 @@ BODYPARAMETER : educationUser - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4518,7 +4564,7 @@ BODYPARAMETER : educationUser - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4629,6 +4675,11 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4908,7 +4959,7 @@ BODYPARAMETER : educationUser - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -4976,7 +5027,7 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -5125,7 +5176,7 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -5523,7 +5574,7 @@ BODYPARAMETER : educationUser - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -5562,7 +5613,7 @@ BODYPARAMETER : educationUser - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -5575,14 +5626,14 @@ BODYPARAMETER : educationUser - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: @@ -5804,7 +5855,7 @@ CLASSES : Classes to which the user belongs. Nu - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6670,9 +6721,9 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6793,11 +6844,11 @@ CLASSES : Classes to which the user belongs. Nu - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6858,7 +6909,7 @@ CLASSES : Classes to which the user belongs. Nu - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -7276,7 +7327,7 @@ CLASSES : Classes to which the user belongs. Nu - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7806,7 +7857,7 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7893,14 +7944,60 @@ CLASSES : Classes to which the user belongs. Nu - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -9230,7 +9327,7 @@ CLASSES : Classes to which the user belongs. Nu - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9341,6 +9438,11 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9620,7 +9722,7 @@ CLASSES : Classes to which the user belongs. Nu - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -9688,7 +9790,7 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -9837,7 +9939,7 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -10244,7 +10346,7 @@ CLASSES : Classes to which the user belongs. Nu - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -10257,14 +10359,14 @@ CLASSES : Classes to which the user belongs. Nu - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -10272,7 +10374,7 @@ CLASSES : Classes to which the user belongs. Nu - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -10333,7 +10435,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -MAILINGADDRESS : physicalAddress +MAILINGADDRESS : physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -10358,7 +10460,7 @@ PROVISIONEDPLANS : The plans that are provisio - `[ProvisioningStatus ]`: For example, 'Success'. - `[Service ]`: The name of the service; for example, 'AccessControlS2S' -RELATEDCONTACTS : Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue +RELATEDCONTACTS : Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. @@ -10366,7 +10468,7 @@ RELATEDCONTACTS : Related records related to th - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship -RESIDENCEADDRESS : physicalAddress +RESIDENCEADDRESS : physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -10413,7 +10515,7 @@ SCHOOLS : Schools to which the user belongs. N - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -10636,7 +10738,7 @@ SCHOOLS : Schools to which the user belongs. N - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. @@ -11494,9 +11596,9 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11617,11 +11719,11 @@ SCHOOLS : Schools to which the user belongs. N - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11682,7 +11784,7 @@ SCHOOLS : Schools to which the user belongs. N - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -12100,7 +12202,7 @@ SCHOOLS : Schools to which the user belongs. N - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12630,7 +12732,7 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12717,14 +12819,60 @@ SCHOOLS : Schools to which the user belongs. N - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -14054,7 +14202,7 @@ SCHOOLS : Schools to which the user belongs. N - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -14165,6 +14313,11 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14444,7 +14597,7 @@ SCHOOLS : Schools to which the user belongs. N - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -14512,7 +14665,7 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -14661,7 +14814,7 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -15064,7 +15217,7 @@ SCHOOLS : Schools to which the user belongs. N - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -15077,14 +15230,14 @@ SCHOOLS : Schools to which the user belongs. N - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: @@ -15334,7 +15487,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -16200,9 +16353,9 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -16323,11 +16476,11 @@ TAUGHTCLASSES : Classes for which the user is a - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16388,7 +16541,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -16806,7 +16959,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -17336,7 +17489,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -17423,14 +17576,60 @@ TAUGHTCLASSES : Classes for which the user is a - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -18760,7 +18959,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18871,6 +19070,11 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19150,7 +19354,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -19218,7 +19422,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -19367,7 +19571,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -19774,7 +19978,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -19787,14 +19991,14 @@ TAUGHTCLASSES : Classes for which the user is a - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -19802,7 +20006,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -20545,7 +20749,7 @@ USER : user - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -20752,9 +20956,9 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20875,11 +21079,11 @@ USER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20940,7 +21144,7 @@ USER : user - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -21351,7 +21555,7 @@ USER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21923,7 +22127,7 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -22010,14 +22214,60 @@ USER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -22339,7 +22589,7 @@ USER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -23609,6 +23859,11 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -23888,7 +24143,7 @@ USER : user - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -23956,7 +24211,7 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -24105,7 +24360,7 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. diff --git a/src/Education/Education/docs/v1.0-beta/Update-MgEducationClass.md b/src/Education/Education/docs/v1.0-beta/Update-MgEducationClass.md index 9bb5f3155c6..70dcc255698 100644 --- a/src/Education/Education/docs/v1.0-beta/Update-MgEducationClass.md +++ b/src/Education/Education/docs/v1.0-beta/Update-MgEducationClass.md @@ -832,7 +832,7 @@ BODYPARAMETER : educationClass - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -1698,9 +1698,9 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1821,11 +1821,11 @@ BODYPARAMETER : educationClass - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1886,7 +1886,7 @@ BODYPARAMETER : educationClass - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -2304,7 +2304,7 @@ BODYPARAMETER : educationClass - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2834,7 +2834,7 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2921,14 +2921,60 @@ BODYPARAMETER : educationClass - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4258,7 +4304,7 @@ BODYPARAMETER : educationClass - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4369,6 +4415,11 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4648,7 +4699,7 @@ BODYPARAMETER : educationClass - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -4716,7 +4767,7 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -4865,7 +4916,7 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -5272,7 +5323,7 @@ BODYPARAMETER : educationClass - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -5285,14 +5336,14 @@ BODYPARAMETER : educationClass - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -5300,7 +5351,7 @@ BODYPARAMETER : educationClass - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -5460,7 +5511,7 @@ GROUP : group - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6333,9 +6384,9 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6456,11 +6507,11 @@ GROUP : group - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6521,7 +6572,7 @@ GROUP : group - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -6939,7 +6990,7 @@ GROUP : group - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7469,7 +7520,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7556,14 +7607,60 @@ GROUP : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8893,7 +8990,7 @@ GROUP : group - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9004,6 +9101,11 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9283,7 +9385,7 @@ GROUP : group - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -9351,7 +9453,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -9500,7 +9602,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -10115,7 +10217,7 @@ MEMBERS : All users in the class. Nullable. - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -10977,9 +11079,9 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11100,11 +11202,11 @@ MEMBERS : All users in the class. Nullable. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11165,7 +11267,7 @@ MEMBERS : All users in the class. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -11583,7 +11685,7 @@ MEMBERS : All users in the class. Nullable. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12113,7 +12215,7 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12200,14 +12302,60 @@ MEMBERS : All users in the class. Nullable. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13537,7 +13685,7 @@ MEMBERS : All users in the class. Nullable. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13648,6 +13796,11 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -13927,7 +14080,7 @@ MEMBERS : All users in the class. Nullable. - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -13995,7 +14148,7 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -14144,7 +14297,7 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -14542,7 +14695,7 @@ MEMBERS : All users in the class. Nullable. - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -14581,7 +14734,7 @@ MEMBERS : All users in the class. Nullable. - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -14594,14 +14747,14 @@ MEMBERS : All users in the class. Nullable. - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: @@ -14630,7 +14783,7 @@ SCHOOLS : All schools that this class is assoc - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -14853,7 +15006,7 @@ SCHOOLS : All schools that this class is assoc - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. @@ -15711,9 +15864,9 @@ SCHOOLS : All schools that this class is assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15834,11 +15987,11 @@ SCHOOLS : All schools that this class is assoc - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15899,7 +16052,7 @@ SCHOOLS : All schools that this class is assoc - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -16317,7 +16470,7 @@ SCHOOLS : All schools that this class is assoc - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16847,7 +17000,7 @@ SCHOOLS : All schools that this class is assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16934,14 +17087,60 @@ SCHOOLS : All schools that this class is assoc - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -18271,7 +18470,7 @@ SCHOOLS : All schools that this class is assoc - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18382,6 +18581,11 @@ SCHOOLS : All schools that this class is assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -18661,7 +18865,7 @@ SCHOOLS : All schools that this class is assoc - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -18729,7 +18933,7 @@ SCHOOLS : All schools that this class is assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -18878,7 +19082,7 @@ SCHOOLS : All schools that this class is assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -19281,7 +19485,7 @@ SCHOOLS : All schools that this class is assoc - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -19294,14 +19498,14 @@ SCHOOLS : All schools that this class is assoc - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: @@ -19553,7 +19757,7 @@ TEACHERS : All teachers in the class. Nullable. - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -20415,9 +20619,9 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20538,11 +20742,11 @@ TEACHERS : All teachers in the class. Nullable. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20603,7 +20807,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -21021,7 +21225,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21551,7 +21755,7 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21638,14 +21842,60 @@ TEACHERS : All teachers in the class. Nullable. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -22975,7 +23225,7 @@ TEACHERS : All teachers in the class. Nullable. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -23086,6 +23336,11 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -23365,7 +23620,7 @@ TEACHERS : All teachers in the class. Nullable. - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -23433,7 +23688,7 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -23582,7 +23837,7 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -23980,7 +24235,7 @@ TEACHERS : All teachers in the class. Nullable. - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -24019,7 +24274,7 @@ TEACHERS : All teachers in the class. Nullable. - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -24032,14 +24287,14 @@ TEACHERS : All teachers in the class. Nullable. - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: diff --git a/src/Education/Education/docs/v1.0-beta/Update-MgEducationMe.md b/src/Education/Education/docs/v1.0-beta/Update-MgEducationMe.md index 2a93f396b6b..7754ea64f24 100644 --- a/src/Education/Education/docs/v1.0-beta/Update-MgEducationMe.md +++ b/src/Education/Education/docs/v1.0-beta/Update-MgEducationMe.md @@ -19,12 +19,12 @@ Update-MgEducationMe [-AccountEnabled] [-AdditionalProperties ] [-Assignments ] [-BusinessPhones ] [-Classes ] [-CreatedBy ] [-Department ] [-DisplayName ] [-ExternalSource ] [-ExternalSourceDetail ] [-GivenName ] - [-Id ] [-Mail ] [-MailingAddress ] [-MailNickname ] + [-Id ] [-Mail ] [-MailingAddress ] [-MailNickname ] [-MiddleName ] [-MobilePhone ] [-OfficeLocation ] [-OnPremisesInfo ] [-PasswordPolicies ] [-PasswordProfile ] [-PreferredLanguage ] [-PrimaryRole ] [-ProvisionedPlans ] [-RefreshTokensValidFromDateTime ] - [-RelatedContacts ] [-ResidenceAddress ] + [-RelatedContacts ] [-ResidenceAddress ] [-Rubrics ] [-Schools ] [-ShowInAddressList] [-Student ] [-Surname ] [-TaughtClasses ] [-Teacher ] @@ -310,7 +310,7 @@ physicalAddress To construct, please use Get-Help -Online and see NOTES section for MAILINGADDRESS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress1 Parameter Sets: UpdateExpanded1 Aliases: @@ -516,7 +516,7 @@ Possible relationships are parent, relative, aide, doctor, guardian, child, othe To construct, please use Get-Help -Online and see NOTES section for RELATEDCONTACTS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRelatedContact[] +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRelatedContact1[] Parameter Sets: UpdateExpanded1 Aliases: @@ -532,7 +532,7 @@ physicalAddress To construct, please use Get-Help -Online and see NOTES section for RESIDENCEADDRESS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress1 Parameter Sets: UpdateExpanded1 Aliases: @@ -1073,7 +1073,7 @@ BODYPARAMETER : educationUser - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -1935,9 +1935,9 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2058,11 +2058,11 @@ BODYPARAMETER : educationUser - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2123,7 +2123,7 @@ BODYPARAMETER : educationUser - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -2541,7 +2541,7 @@ BODYPARAMETER : educationUser - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -3071,7 +3071,7 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -3158,14 +3158,60 @@ BODYPARAMETER : educationUser - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4495,7 +4541,7 @@ BODYPARAMETER : educationUser - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4606,6 +4652,11 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4885,7 +4936,7 @@ BODYPARAMETER : educationUser - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -4953,7 +5004,7 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -5102,7 +5153,7 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -5500,7 +5551,7 @@ BODYPARAMETER : educationUser - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -5539,7 +5590,7 @@ BODYPARAMETER : educationUser - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -5552,14 +5603,14 @@ BODYPARAMETER : educationUser - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: @@ -5781,7 +5832,7 @@ CLASSES : Classes to which the user belongs. Nu - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6647,9 +6698,9 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6770,11 +6821,11 @@ CLASSES : Classes to which the user belongs. Nu - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6835,7 +6886,7 @@ CLASSES : Classes to which the user belongs. Nu - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -7253,7 +7304,7 @@ CLASSES : Classes to which the user belongs. Nu - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7783,7 +7834,7 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7870,14 +7921,60 @@ CLASSES : Classes to which the user belongs. Nu - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -9207,7 +9304,7 @@ CLASSES : Classes to which the user belongs. Nu - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9318,6 +9415,11 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9597,7 +9699,7 @@ CLASSES : Classes to which the user belongs. Nu - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -9665,7 +9767,7 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -9814,7 +9916,7 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -10221,7 +10323,7 @@ CLASSES : Classes to which the user belongs. Nu - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -10234,14 +10336,14 @@ CLASSES : Classes to which the user belongs. Nu - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -10249,7 +10351,7 @@ CLASSES : Classes to which the user belongs. Nu - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -10310,7 +10412,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -MAILINGADDRESS : physicalAddress +MAILINGADDRESS : physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -10335,7 +10437,7 @@ PROVISIONEDPLANS : The plans that are provisio - `[ProvisioningStatus ]`: For example, 'Success'. - `[Service ]`: The name of the service; for example, 'AccessControlS2S' -RELATEDCONTACTS : Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue +RELATEDCONTACTS : Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. @@ -10343,7 +10445,7 @@ RELATEDCONTACTS : Related records related to th - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship -RESIDENCEADDRESS : physicalAddress +RESIDENCEADDRESS : physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -10390,7 +10492,7 @@ SCHOOLS : Schools to which the user belongs. N - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -10613,7 +10715,7 @@ SCHOOLS : Schools to which the user belongs. N - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. @@ -11471,9 +11573,9 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11594,11 +11696,11 @@ SCHOOLS : Schools to which the user belongs. N - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11659,7 +11761,7 @@ SCHOOLS : Schools to which the user belongs. N - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -12077,7 +12179,7 @@ SCHOOLS : Schools to which the user belongs. N - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12607,7 +12709,7 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12694,14 +12796,60 @@ SCHOOLS : Schools to which the user belongs. N - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -14031,7 +14179,7 @@ SCHOOLS : Schools to which the user belongs. N - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -14142,6 +14290,11 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14421,7 +14574,7 @@ SCHOOLS : Schools to which the user belongs. N - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -14489,7 +14642,7 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -14638,7 +14791,7 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -15041,7 +15194,7 @@ SCHOOLS : Schools to which the user belongs. N - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -15054,14 +15207,14 @@ SCHOOLS : Schools to which the user belongs. N - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: @@ -15311,7 +15464,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -16177,9 +16330,9 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -16300,11 +16453,11 @@ TAUGHTCLASSES : Classes for which the user is a - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16365,7 +16518,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -16783,7 +16936,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -17313,7 +17466,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -17400,14 +17553,60 @@ TAUGHTCLASSES : Classes for which the user is a - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -18737,7 +18936,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18848,6 +19047,11 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19127,7 +19331,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -19195,7 +19399,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -19344,7 +19548,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -19751,7 +19955,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -19764,14 +19968,14 @@ TAUGHTCLASSES : Classes for which the user is a - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -19779,7 +19983,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -20522,7 +20726,7 @@ USER : user - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -20729,9 +20933,9 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20852,11 +21056,11 @@ USER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20917,7 +21121,7 @@ USER : user - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -21328,7 +21532,7 @@ USER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21900,7 +22104,7 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21987,14 +22191,60 @@ USER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -22316,7 +22566,7 @@ USER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -23586,6 +23836,11 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -23865,7 +24120,7 @@ USER : user - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -23933,7 +24188,7 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -24082,7 +24337,7 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. diff --git a/src/Education/Education/docs/v1.0-beta/Update-MgEducationRoot.md b/src/Education/Education/docs/v1.0-beta/Update-MgEducationRoot.md index 5a582efaf71..723b719f825 100644 --- a/src/Education/Education/docs/v1.0-beta/Update-MgEducationRoot.md +++ b/src/Education/Education/docs/v1.0-beta/Update-MgEducationRoot.md @@ -411,7 +411,7 @@ BODYPARAMETER : educationRoot - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -1277,9 +1277,9 @@ BODYPARAMETER : educationRoot - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1400,11 +1400,11 @@ BODYPARAMETER : educationRoot - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1465,7 +1465,7 @@ BODYPARAMETER : educationRoot - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -1883,7 +1883,7 @@ BODYPARAMETER : educationRoot - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2413,7 +2413,7 @@ BODYPARAMETER : educationRoot - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2500,14 +2500,60 @@ BODYPARAMETER : educationRoot - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3837,7 +3883,7 @@ BODYPARAMETER : educationRoot - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3948,6 +3994,11 @@ BODYPARAMETER : educationRoot - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4227,7 +4278,7 @@ BODYPARAMETER : educationRoot - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -4295,7 +4346,7 @@ BODYPARAMETER : educationRoot - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -4444,7 +4495,7 @@ BODYPARAMETER : educationRoot - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -4851,7 +4902,7 @@ BODYPARAMETER : educationRoot - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -4864,14 +4915,14 @@ BODYPARAMETER : educationRoot - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -4879,7 +4930,7 @@ BODYPARAMETER : educationRoot - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -5162,7 +5213,7 @@ CLASSES : . - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6028,9 +6079,9 @@ CLASSES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6151,11 +6202,11 @@ CLASSES : . - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6216,7 +6267,7 @@ CLASSES : . - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -6634,7 +6685,7 @@ CLASSES : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7164,7 +7215,7 @@ CLASSES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7251,14 +7302,60 @@ CLASSES : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8588,7 +8685,7 @@ CLASSES : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8699,6 +8796,11 @@ CLASSES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -8978,7 +9080,7 @@ CLASSES : . - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -9046,7 +9148,7 @@ CLASSES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -9195,7 +9297,7 @@ CLASSES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -9602,7 +9704,7 @@ CLASSES : . - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -9615,14 +9717,14 @@ CLASSES : . - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -9630,7 +9732,7 @@ CLASSES : . - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -9893,7 +9995,7 @@ ME : educationUser - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -10755,9 +10857,9 @@ ME : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10878,11 +10980,11 @@ ME : educationUser - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -10943,7 +11045,7 @@ ME : educationUser - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -11361,7 +11463,7 @@ ME : educationUser - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11891,7 +11993,7 @@ ME : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11978,14 +12080,60 @@ ME : educationUser - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13315,7 +13463,7 @@ ME : educationUser - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13426,6 +13574,11 @@ ME : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -13705,7 +13858,7 @@ ME : educationUser - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -13773,7 +13926,7 @@ ME : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -13922,7 +14075,7 @@ ME : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -14320,7 +14473,7 @@ ME : educationUser - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -14359,7 +14512,7 @@ ME : educationUser - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -14372,14 +14525,14 @@ ME : educationUser - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: @@ -14408,7 +14561,7 @@ SCHOOLS : . - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -14631,7 +14784,7 @@ SCHOOLS : . - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. @@ -15489,9 +15642,9 @@ SCHOOLS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15612,11 +15765,11 @@ SCHOOLS : . - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15677,7 +15830,7 @@ SCHOOLS : . - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -16095,7 +16248,7 @@ SCHOOLS : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16625,7 +16778,7 @@ SCHOOLS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16712,14 +16865,60 @@ SCHOOLS : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -18049,7 +18248,7 @@ SCHOOLS : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18160,6 +18359,11 @@ SCHOOLS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -18439,7 +18643,7 @@ SCHOOLS : . - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -18507,7 +18711,7 @@ SCHOOLS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -18656,7 +18860,7 @@ SCHOOLS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -19059,7 +19263,7 @@ SCHOOLS : . - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -19072,14 +19276,14 @@ SCHOOLS : . - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: @@ -19361,7 +19565,7 @@ USERS : . - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -20223,9 +20427,9 @@ USERS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20346,11 +20550,11 @@ USERS : . - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20411,7 +20615,7 @@ USERS : . - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -20829,7 +21033,7 @@ USERS : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21359,7 +21563,7 @@ USERS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21446,14 +21650,60 @@ USERS : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -22783,7 +23033,7 @@ USERS : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22894,6 +23144,11 @@ USERS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -23173,7 +23428,7 @@ USERS : . - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -23241,7 +23496,7 @@ USERS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -23390,7 +23645,7 @@ USERS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -23788,7 +24043,7 @@ USERS : . - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23827,7 +24082,7 @@ USERS : . - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -23840,14 +24095,14 @@ USERS : . - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: diff --git a/src/Education/Education/docs/v1.0-beta/Update-MgEducationSchool.md b/src/Education/Education/docs/v1.0-beta/Update-MgEducationSchool.md index 7ddc048fe52..883c23f9115 100644 --- a/src/Education/Education/docs/v1.0-beta/Update-MgEducationSchool.md +++ b/src/Education/Education/docs/v1.0-beta/Update-MgEducationSchool.md @@ -15,7 +15,7 @@ Update the navigation property schools in education ### UpdateExpanded (Default) ``` Update-MgEducationSchool -EducationSchoolId [-AdditionalProperties ] - [-Address ] [-AdministrativeUnit ] + [-Address ] [-AdministrativeUnit ] [-Classes ] [-CreatedBy ] [-Description ] [-DisplayName ] [-ExternalId ] [-ExternalPrincipalId ] [-ExternalSource ] [-ExternalSourceDetail ] [-Fax ] [-HighestGrade ] @@ -39,7 +39,7 @@ Update-MgEducationSchool -InputObject -BodyParameter [-AdditionalProperties ] - [-Address ] [-AdministrativeUnit ] + [-Address ] [-AdministrativeUnit ] [-Classes ] [-CreatedBy ] [-Description ] [-DisplayName ] [-ExternalId ] [-ExternalPrincipalId ] [-ExternalSource ] [-ExternalSourceDetail ] [-Fax ] [-HighestGrade ] @@ -88,7 +88,7 @@ physicalAddress To construct, please use Get-Help -Online and see NOTES section for ADDRESS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress1 Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -491,7 +491,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ADDRESS : physicalAddress +ADDRESS : physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -530,7 +530,7 @@ BODYPARAMETER : educationSchool - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -753,7 +753,7 @@ BODYPARAMETER : educationSchool - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. @@ -1611,9 +1611,9 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1734,11 +1734,11 @@ BODYPARAMETER : educationSchool - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1799,7 +1799,7 @@ BODYPARAMETER : educationSchool - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -2217,7 +2217,7 @@ BODYPARAMETER : educationSchool - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2747,7 +2747,7 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2834,14 +2834,60 @@ BODYPARAMETER : educationSchool - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4171,7 +4217,7 @@ BODYPARAMETER : educationSchool - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4282,6 +4328,11 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4561,7 +4612,7 @@ BODYPARAMETER : educationSchool - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -4629,7 +4680,7 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -4778,7 +4829,7 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -5181,7 +5232,7 @@ BODYPARAMETER : educationSchool - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -5194,14 +5245,14 @@ BODYPARAMETER : educationSchool - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: @@ -5442,7 +5493,7 @@ CLASSES : Classes taught at the school. Nullabl - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6308,9 +6359,9 @@ CLASSES : Classes taught at the school. Nullabl - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6431,11 +6482,11 @@ CLASSES : Classes taught at the school. Nullabl - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6496,7 +6547,7 @@ CLASSES : Classes taught at the school. Nullabl - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -6914,7 +6965,7 @@ CLASSES : Classes taught at the school. Nullabl - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7444,7 +7495,7 @@ CLASSES : Classes taught at the school. Nullabl - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7531,14 +7582,60 @@ CLASSES : Classes taught at the school. Nullabl - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8868,7 +8965,7 @@ CLASSES : Classes taught at the school. Nullabl - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8979,6 +9076,11 @@ CLASSES : Classes taught at the school. Nullabl - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9258,7 +9360,7 @@ CLASSES : Classes taught at the school. Nullabl - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -9326,7 +9428,7 @@ CLASSES : Classes taught at the school. Nullabl - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -9475,7 +9577,7 @@ CLASSES : Classes taught at the school. Nullabl - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -9882,7 +9984,7 @@ CLASSES : Classes taught at the school. Nullabl - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -9895,14 +9997,14 @@ CLASSES : Classes taught at the school. Nullabl - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -9910,7 +10012,7 @@ CLASSES : Classes taught at the school. Nullabl - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -10195,7 +10297,7 @@ USERS : Users in the school. Nullable. - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -11057,9 +11159,9 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11180,11 +11282,11 @@ USERS : Users in the school. Nullable. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11245,7 +11347,7 @@ USERS : Users in the school. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -11663,7 +11765,7 @@ USERS : Users in the school. Nullable. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12193,7 +12295,7 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12280,14 +12382,60 @@ USERS : Users in the school. Nullable. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13617,7 +13765,7 @@ USERS : Users in the school. Nullable. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13728,6 +13876,11 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14007,7 +14160,7 @@ USERS : Users in the school. Nullable. - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -14075,7 +14228,7 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -14224,7 +14377,7 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -14622,7 +14775,7 @@ USERS : Users in the school. Nullable. - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -14661,7 +14814,7 @@ USERS : Users in the school. Nullable. - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -14674,14 +14827,14 @@ USERS : Users in the school. Nullable. - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: diff --git a/src/Education/Education/docs/v1.0-beta/Update-MgEducationUser.md b/src/Education/Education/docs/v1.0-beta/Update-MgEducationUser.md index de01ca19ad0..b5525941ea0 100644 --- a/src/Education/Education/docs/v1.0-beta/Update-MgEducationUser.md +++ b/src/Education/Education/docs/v1.0-beta/Update-MgEducationUser.md @@ -19,12 +19,12 @@ Update-MgEducationUser -EducationUserId [-AccountEnabled] [-AdditionalP [-Assignments ] [-BusinessPhones ] [-Classes ] [-CreatedBy ] [-Department ] [-DisplayName ] [-ExternalSource ] [-ExternalSourceDetail ] [-GivenName ] - [-Id ] [-Mail ] [-MailingAddress ] [-MailNickname ] + [-Id ] [-Mail ] [-MailingAddress ] [-MailNickname ] [-MiddleName ] [-MobilePhone ] [-OfficeLocation ] [-OnPremisesInfo ] [-PasswordPolicies ] [-PasswordProfile ] [-PreferredLanguage ] [-PrimaryRole ] [-ProvisionedPlans ] [-RefreshTokensValidFromDateTime ] - [-RelatedContacts ] [-ResidenceAddress ] + [-RelatedContacts ] [-ResidenceAddress ] [-Rubrics ] [-Schools ] [-ShowInAddressList] [-Student ] [-Surname ] [-TaughtClasses ] [-Teacher ] @@ -51,12 +51,12 @@ Update-MgEducationUser -InputObject [-AccountEnabled] [-Add [-Assignments ] [-BusinessPhones ] [-Classes ] [-CreatedBy ] [-Department ] [-DisplayName ] [-ExternalSource ] [-ExternalSourceDetail ] [-GivenName ] - [-Id ] [-Mail ] [-MailingAddress ] [-MailNickname ] + [-Id ] [-Mail ] [-MailingAddress ] [-MailNickname ] [-MiddleName ] [-MobilePhone ] [-OfficeLocation ] [-OnPremisesInfo ] [-PasswordPolicies ] [-PasswordProfile ] [-PreferredLanguage ] [-PrimaryRole ] [-ProvisionedPlans ] [-RefreshTokensValidFromDateTime ] - [-RelatedContacts ] [-ResidenceAddress ] + [-RelatedContacts ] [-ResidenceAddress ] [-Rubrics ] [-Schools ] [-ShowInAddressList] [-Student ] [-Surname ] [-TaughtClasses ] [-Teacher ] @@ -424,7 +424,7 @@ physicalAddress To construct, please use Get-Help -Online and see NOTES section for MAILINGADDRESS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress1 Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -630,7 +630,7 @@ Possible relationships are parent, relative, aide, doctor, guardian, child, othe To construct, please use Get-Help -Online and see NOTES section for RELATEDCONTACTS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRelatedContact[] +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRelatedContact1[] Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -646,7 +646,7 @@ physicalAddress To construct, please use Get-Help -Online and see NOTES section for RESIDENCEADDRESS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress1 Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -1189,7 +1189,7 @@ BODYPARAMETER : educationUser - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -2051,9 +2051,9 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2174,11 +2174,11 @@ BODYPARAMETER : educationUser - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2239,7 +2239,7 @@ BODYPARAMETER : educationUser - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -2657,7 +2657,7 @@ BODYPARAMETER : educationUser - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -3187,7 +3187,7 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -3274,14 +3274,60 @@ BODYPARAMETER : educationUser - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4611,7 +4657,7 @@ BODYPARAMETER : educationUser - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4722,6 +4768,11 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5001,7 +5052,7 @@ BODYPARAMETER : educationUser - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -5069,7 +5120,7 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -5218,7 +5269,7 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -5616,7 +5667,7 @@ BODYPARAMETER : educationUser - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -5655,7 +5706,7 @@ BODYPARAMETER : educationUser - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -5668,14 +5719,14 @@ BODYPARAMETER : educationUser - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: @@ -5897,7 +5948,7 @@ CLASSES : Classes to which the user belongs. Nu - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6763,9 +6814,9 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6886,11 +6937,11 @@ CLASSES : Classes to which the user belongs. Nu - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6951,7 +7002,7 @@ CLASSES : Classes to which the user belongs. Nu - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -7369,7 +7420,7 @@ CLASSES : Classes to which the user belongs. Nu - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7899,7 +7950,7 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7986,14 +8037,60 @@ CLASSES : Classes to which the user belongs. Nu - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -9323,7 +9420,7 @@ CLASSES : Classes to which the user belongs. Nu - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9434,6 +9531,11 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9713,7 +9815,7 @@ CLASSES : Classes to which the user belongs. Nu - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -9781,7 +9883,7 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -9930,7 +10032,7 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -10337,7 +10439,7 @@ CLASSES : Classes to which the user belongs. Nu - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -10350,14 +10452,14 @@ CLASSES : Classes to which the user belongs. Nu - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -10365,7 +10467,7 @@ CLASSES : Classes to which the user belongs. Nu - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -10440,7 +10542,7 @@ INPUTOBJECT : Identity Parameter - `[EducationSynchronizationProfileId ]`: key: id of educationSynchronizationProfile - `[EducationUserId ]`: key: id of educationUser -MAILINGADDRESS : physicalAddress +MAILINGADDRESS : physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -10465,7 +10567,7 @@ PROVISIONEDPLANS : The plans that are provisio - `[ProvisioningStatus ]`: For example, 'Success'. - `[Service ]`: The name of the service; for example, 'AccessControlS2S' -RELATEDCONTACTS : Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue +RELATEDCONTACTS : Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. @@ -10473,7 +10575,7 @@ RELATEDCONTACTS : Related records related to th - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship -RESIDENCEADDRESS : physicalAddress +RESIDENCEADDRESS : physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -10520,7 +10622,7 @@ SCHOOLS : Schools to which the user belongs. N - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -10743,7 +10845,7 @@ SCHOOLS : Schools to which the user belongs. N - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. @@ -11601,9 +11703,9 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11724,11 +11826,11 @@ SCHOOLS : Schools to which the user belongs. N - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11789,7 +11891,7 @@ SCHOOLS : Schools to which the user belongs. N - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -12207,7 +12309,7 @@ SCHOOLS : Schools to which the user belongs. N - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12737,7 +12839,7 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12824,14 +12926,60 @@ SCHOOLS : Schools to which the user belongs. N - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -14161,7 +14309,7 @@ SCHOOLS : Schools to which the user belongs. N - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -14272,6 +14420,11 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14551,7 +14704,7 @@ SCHOOLS : Schools to which the user belongs. N - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -14619,7 +14772,7 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -14768,7 +14921,7 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -15171,7 +15324,7 @@ SCHOOLS : Schools to which the user belongs. N - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -15184,14 +15337,14 @@ SCHOOLS : Schools to which the user belongs. N - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: @@ -15441,7 +15594,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -16307,9 +16460,9 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -16430,11 +16583,11 @@ TAUGHTCLASSES : Classes for which the user is a - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16495,7 +16648,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -16913,7 +17066,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -17443,7 +17596,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -17530,14 +17683,60 @@ TAUGHTCLASSES : Classes for which the user is a - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -18867,7 +19066,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18978,6 +19177,11 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19257,7 +19461,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -19325,7 +19529,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -19474,7 +19678,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. @@ -19881,7 +20085,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[GivenName ]`: The given name (first name) of the user. Supports /$filter. - `[Mail ]`: The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports /$filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -19894,14 +20098,14 @@ TAUGHTCLASSES : Classes for which the user is a - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue + - `[RelatedContacts ]`: Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Email address of the contact. - `[Id ]`: - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -19909,7 +20113,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -20652,7 +20856,7 @@ USER : user - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -20859,9 +21063,9 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20982,11 +21186,11 @@ USER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -21047,7 +21251,7 @@ USER : user - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Height ]`: The height of the photo. Read-only. - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: + - `[PostalAddresses ]`: - `[Profession ]`: - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - `[SpouseName ]`: @@ -21458,7 +21662,7 @@ USER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -22030,7 +22234,7 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -22117,14 +22321,60 @@ USER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -22446,7 +22696,7 @@ USER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -23716,6 +23966,11 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -23995,7 +24250,7 @@ USER : user - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - `[Source ]`: personDataSources - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Detail ]`: physicalAddress + - `[Detail ]`: physicalAddress - `[DisplayName ]`: Friendly name the user has assigned to this address. - `[GeoCoordinates ]`: geoCoordinates - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. @@ -24063,7 +24318,7 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: Short description of the institution the user studied at. - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress + - `[Location ]`: physicalAddress - `[WebUrl ]`: Link to the institution or department homepage. - `[Program ]`: educationalActivityDetail - `[(Any) ]`: This indicates any property can be added to this object. @@ -24212,7 +24467,7 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[Company ]`: companyDetail - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Department ]`: Department Name within a company. - `[DisplayName ]`: Company name. - `[OfficeLocation ]`: Office Location of the person referred to. diff --git a/src/Education/Education/docs/v1.0/Microsoft.Graph.Education.md b/src/Education/Education/docs/v1.0/Microsoft.Graph.Education.md index 26f69d9bec9..3cd2fc78af6 100644 --- a/src/Education/Education/docs/v1.0/Microsoft.Graph.Education.md +++ b/src/Education/Education/docs/v1.0/Microsoft.Graph.Education.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Education -Module Guid: 8325acfb-9fef-4a9f-bd1f-d1c3fa85414c +Module Guid: e17af9af-900e-44ad-a303-3c09e415a74e Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Education/Education/docs/v1.0/New-MgEducationClass.md b/src/Education/Education/docs/v1.0/New-MgEducationClass.md index cffe612cab8..cac2a38f424 100644 --- a/src/Education/Education/docs/v1.0/New-MgEducationClass.md +++ b/src/Education/Education/docs/v1.0/New-MgEducationClass.md @@ -703,7 +703,7 @@ BODYPARAMETER : educationClass - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -774,7 +774,7 @@ BODYPARAMETER : educationClass - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -1007,7 +1007,7 @@ BODYPARAMETER : educationClass - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1234,7 +1234,7 @@ BODYPARAMETER : educationClass - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -1246,7 +1246,7 @@ BODYPARAMETER : educationClass - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -1257,7 +1257,7 @@ BODYPARAMETER : educationClass - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -1583,7 +1583,7 @@ BODYPARAMETER : educationClass - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2113,7 +2113,7 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2960,7 +2960,7 @@ BODYPARAMETER : educationClass - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3264,7 +3264,7 @@ BODYPARAMETER : educationClass - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -3277,13 +3277,13 @@ BODYPARAMETER : educationClass - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -3291,7 +3291,7 @@ BODYPARAMETER : educationClass - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -3377,7 +3377,7 @@ GROUP : group - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -3448,7 +3448,7 @@ GROUP : group - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -3688,7 +3688,7 @@ GROUP : group - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3915,7 +3915,7 @@ GROUP : group - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -3927,7 +3927,7 @@ GROUP : group - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -3938,7 +3938,7 @@ GROUP : group - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -4264,7 +4264,7 @@ GROUP : group - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4794,7 +4794,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -5641,7 +5641,7 @@ GROUP : group - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6068,7 +6068,7 @@ MEMBERS : All users in the class. Nullable. - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -6137,7 +6137,7 @@ MEMBERS : All users in the class. Nullable. - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6366,7 +6366,7 @@ MEMBERS : All users in the class. Nullable. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6593,7 +6593,7 @@ MEMBERS : All users in the class. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -6605,7 +6605,7 @@ MEMBERS : All users in the class. Nullable. - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -6616,7 +6616,7 @@ MEMBERS : All users in the class. Nullable. - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -6942,7 +6942,7 @@ MEMBERS : All users in the class. Nullable. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7472,7 +7472,7 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -8319,7 +8319,7 @@ MEMBERS : All users in the class. Nullable. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8614,7 +8614,7 @@ MEMBERS : All users in the class. Nullable. - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -8652,7 +8652,7 @@ MEMBERS : All users in the class. Nullable. - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -8665,13 +8665,13 @@ MEMBERS : All users in the class. Nullable. - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. @@ -8700,7 +8700,7 @@ SCHOOLS : All schools that this class is asso - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -8848,7 +8848,7 @@ SCHOOLS : All schools that this class is asso - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -8918,7 +8918,7 @@ SCHOOLS : All schools that this class is asso - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. @@ -9145,7 +9145,7 @@ SCHOOLS : All schools that this class is asso - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9372,7 +9372,7 @@ SCHOOLS : All schools that this class is asso - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -9384,7 +9384,7 @@ SCHOOLS : All schools that this class is asso - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -9395,7 +9395,7 @@ SCHOOLS : All schools that this class is asso - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -9721,7 +9721,7 @@ SCHOOLS : All schools that this class is asso - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10251,7 +10251,7 @@ SCHOOLS : All schools that this class is asso - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11098,7 +11098,7 @@ SCHOOLS : All schools that this class is asso - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11398,7 +11398,7 @@ SCHOOLS : All schools that this class is asso - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -11411,13 +11411,13 @@ SCHOOLS : All schools that this class is asso - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. @@ -11598,7 +11598,7 @@ TEACHERS : All teachers in the class. Nullable. - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -11667,7 +11667,7 @@ TEACHERS : All teachers in the class. Nullable. - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -11896,7 +11896,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12123,7 +12123,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -12135,7 +12135,7 @@ TEACHERS : All teachers in the class. Nullable. - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -12146,7 +12146,7 @@ TEACHERS : All teachers in the class. Nullable. - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -12472,7 +12472,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -13002,7 +13002,7 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -13849,7 +13849,7 @@ TEACHERS : All teachers in the class. Nullable. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -14144,7 +14144,7 @@ TEACHERS : All teachers in the class. Nullable. - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -14182,7 +14182,7 @@ TEACHERS : All teachers in the class. Nullable. - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -14195,13 +14195,13 @@ TEACHERS : All teachers in the class. Nullable. - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. diff --git a/src/Education/Education/docs/v1.0/New-MgEducationSchool.md b/src/Education/Education/docs/v1.0/New-MgEducationSchool.md index a40c501e584..eb76ab9b4c9 100644 --- a/src/Education/Education/docs/v1.0/New-MgEducationSchool.md +++ b/src/Education/Education/docs/v1.0/New-MgEducationSchool.md @@ -14,7 +14,7 @@ Create a new educationSchool object. ### CreateExpanded1 (Default) ``` -New-MgEducationSchool [-AdditionalProperties ] [-Address ] +New-MgEducationSchool [-AdditionalProperties ] [-Address ] [-AdministrativeUnit ] [-Classes ] [-CreatedBy ] [-Description ] [-DisplayName ] [-ExternalId ] [-ExternalPrincipalId ] [-ExternalSource ] @@ -87,7 +87,7 @@ physicalAddress To construct, please use Get-Help -Online and see NOTES section for ADDRESS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress Parameter Sets: CreateExpanded1 Aliases: @@ -442,7 +442,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ADDRESS : physicalAddress +ADDRESS : physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -478,7 +478,7 @@ BODYPARAMETER : educationSchool - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -626,7 +626,7 @@ BODYPARAMETER : educationSchool - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -696,7 +696,7 @@ BODYPARAMETER : educationSchool - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. @@ -923,7 +923,7 @@ BODYPARAMETER : educationSchool - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1150,7 +1150,7 @@ BODYPARAMETER : educationSchool - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -1162,7 +1162,7 @@ BODYPARAMETER : educationSchool - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -1173,7 +1173,7 @@ BODYPARAMETER : educationSchool - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -1499,7 +1499,7 @@ BODYPARAMETER : educationSchool - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2029,7 +2029,7 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2876,7 +2876,7 @@ BODYPARAMETER : educationSchool - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3176,7 +3176,7 @@ BODYPARAMETER : educationSchool - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -3189,13 +3189,13 @@ BODYPARAMETER : educationSchool - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. @@ -3363,7 +3363,7 @@ CLASSES : Classes taught at the school. Nullab - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -3434,7 +3434,7 @@ CLASSES : Classes taught at the school. Nullab - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -3667,7 +3667,7 @@ CLASSES : Classes taught at the school. Nullab - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3894,7 +3894,7 @@ CLASSES : Classes taught at the school. Nullab - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -3906,7 +3906,7 @@ CLASSES : Classes taught at the school. Nullab - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -3917,7 +3917,7 @@ CLASSES : Classes taught at the school. Nullab - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -4243,7 +4243,7 @@ CLASSES : Classes taught at the school. Nullab - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4773,7 +4773,7 @@ CLASSES : Classes taught at the school. Nullab - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -5620,7 +5620,7 @@ CLASSES : Classes taught at the school. Nullab - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5924,7 +5924,7 @@ CLASSES : Classes taught at the school. Nullab - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -5937,13 +5937,13 @@ CLASSES : Classes taught at the school. Nullab - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -5951,7 +5951,7 @@ CLASSES : Classes taught at the school. Nullab - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6150,7 +6150,7 @@ USERS : Users in the school. Nullable. - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -6219,7 +6219,7 @@ USERS : Users in the school. Nullable. - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6448,7 +6448,7 @@ USERS : Users in the school. Nullable. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6675,7 +6675,7 @@ USERS : Users in the school. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -6687,7 +6687,7 @@ USERS : Users in the school. Nullable. - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -6698,7 +6698,7 @@ USERS : Users in the school. Nullable. - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -7024,7 +7024,7 @@ USERS : Users in the school. Nullable. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7554,7 +7554,7 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -8401,7 +8401,7 @@ USERS : Users in the school. Nullable. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8696,7 +8696,7 @@ USERS : Users in the school. Nullable. - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -8734,7 +8734,7 @@ USERS : Users in the school. Nullable. - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -8747,13 +8747,13 @@ USERS : Users in the school. Nullable. - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. diff --git a/src/Education/Education/docs/v1.0/New-MgEducationUser.md b/src/Education/Education/docs/v1.0/New-MgEducationUser.md index 0175b265425..d12910d4c6e 100644 --- a/src/Education/Education/docs/v1.0/New-MgEducationUser.md +++ b/src/Education/Education/docs/v1.0/New-MgEducationUser.md @@ -19,12 +19,12 @@ New-MgEducationUser [-AccountEnabled] [-AdditionalProperties ] [-Assignments ] [-BusinessPhones ] [-Classes ] [-CreatedBy ] [-Department ] [-DisplayName ] [-ExternalSource ] [-ExternalSourceDetail ] - [-GivenName ] [-Id ] [-Mail ] [-MailingAddress ] + [-GivenName ] [-Id ] [-Mail ] [-MailingAddress ] [-MailNickname ] [-MiddleName ] [-MobilePhone ] [-OfficeLocation ] [-OnPremisesInfo ] [-PasswordPolicies ] [-PasswordProfile ] [-PreferredLanguage ] [-PrimaryRole ] [-ProvisionedPlans ] [-RefreshTokensValidFromDateTime ] - [-RelatedContacts ] [-ResidenceAddress ] + [-RelatedContacts ] [-ResidenceAddress ] [-Rubrics ] [-Schools ] [-ShowInAddressList] [-Student ] [-Surname ] [-TaughtClasses ] [-Teacher ] @@ -381,7 +381,7 @@ physicalAddress To construct, please use Get-Help -Online and see NOTES section for MAILINGADDRESS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress Parameter Sets: CreateExpanded1 Aliases: @@ -573,7 +573,7 @@ Read-only. To construct, please use Get-Help -Online and see NOTES section for RELATEDCONTACTS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRelatedContact1[] +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRelatedContact[] Parameter Sets: CreateExpanded1 Aliases: @@ -589,7 +589,7 @@ physicalAddress To construct, please use Get-Help -Online and see NOTES section for RESIDENCEADDRESS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress Parameter Sets: CreateExpanded1 Aliases: @@ -1066,7 +1066,7 @@ BODYPARAMETER : educationUser - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1135,7 +1135,7 @@ BODYPARAMETER : educationUser - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -1364,7 +1364,7 @@ BODYPARAMETER : educationUser - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1591,7 +1591,7 @@ BODYPARAMETER : educationUser - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -1603,7 +1603,7 @@ BODYPARAMETER : educationUser - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -1614,7 +1614,7 @@ BODYPARAMETER : educationUser - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -1940,7 +1940,7 @@ BODYPARAMETER : educationUser - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2470,7 +2470,7 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -3317,7 +3317,7 @@ BODYPARAMETER : educationUser - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3612,7 +3612,7 @@ BODYPARAMETER : educationUser - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -3650,7 +3650,7 @@ BODYPARAMETER : educationUser - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -3663,13 +3663,13 @@ BODYPARAMETER : educationUser - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. @@ -3818,7 +3818,7 @@ CLASSES : Classes to which the user belongs. N - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -3889,7 +3889,7 @@ CLASSES : Classes to which the user belongs. N - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -4122,7 +4122,7 @@ CLASSES : Classes to which the user belongs. N - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4349,7 +4349,7 @@ CLASSES : Classes to which the user belongs. N - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -4361,7 +4361,7 @@ CLASSES : Classes to which the user belongs. N - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -4372,7 +4372,7 @@ CLASSES : Classes to which the user belongs. N - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -4698,7 +4698,7 @@ CLASSES : Classes to which the user belongs. N - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -5228,7 +5228,7 @@ CLASSES : Classes to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6075,7 +6075,7 @@ CLASSES : Classes to which the user belongs. N - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6379,7 +6379,7 @@ CLASSES : Classes to which the user belongs. N - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -6392,13 +6392,13 @@ CLASSES : Classes to which the user belongs. N - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -6406,7 +6406,7 @@ CLASSES : Classes to which the user belongs. N - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6466,7 +6466,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -MAILINGADDRESS : physicalAddress +MAILINGADDRESS : physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6489,14 +6489,14 @@ PROVISIONEDPLANS : The plans that are provisio - `[ProvisioningStatus ]`: For example, 'Success'. - `[Service ]`: The name of the service; for example, 'AccessControlS2S' -RELATEDCONTACTS : Related records associated with the user. Read-only. +RELATEDCONTACTS : Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship -RESIDENCEADDRESS : physicalAddress +RESIDENCEADDRESS : physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6541,7 +6541,7 @@ SCHOOLS : Schools to which the user belongs. - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6689,7 +6689,7 @@ SCHOOLS : Schools to which the user belongs. - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -6759,7 +6759,7 @@ SCHOOLS : Schools to which the user belongs. - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. @@ -6986,7 +6986,7 @@ SCHOOLS : Schools to which the user belongs. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -7213,7 +7213,7 @@ SCHOOLS : Schools to which the user belongs. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -7225,7 +7225,7 @@ SCHOOLS : Schools to which the user belongs. - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -7236,7 +7236,7 @@ SCHOOLS : Schools to which the user belongs. - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -7562,7 +7562,7 @@ SCHOOLS : Schools to which the user belongs. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -8092,7 +8092,7 @@ SCHOOLS : Schools to which the user belongs. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -8939,7 +8939,7 @@ SCHOOLS : Schools to which the user belongs. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9239,7 +9239,7 @@ SCHOOLS : Schools to which the user belongs. - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -9252,13 +9252,13 @@ SCHOOLS : Schools to which the user belongs. - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. @@ -9435,7 +9435,7 @@ TAUGHTCLASSES : Classes for which the user is - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9506,7 +9506,7 @@ TAUGHTCLASSES : Classes for which the user is - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -9739,7 +9739,7 @@ TAUGHTCLASSES : Classes for which the user is - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9966,7 +9966,7 @@ TAUGHTCLASSES : Classes for which the user is - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -9978,7 +9978,7 @@ TAUGHTCLASSES : Classes for which the user is - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -9989,7 +9989,7 @@ TAUGHTCLASSES : Classes for which the user is - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -10315,7 +10315,7 @@ TAUGHTCLASSES : Classes for which the user is - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10845,7 +10845,7 @@ TAUGHTCLASSES : Classes for which the user is - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11692,7 +11692,7 @@ TAUGHTCLASSES : Classes for which the user is - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11996,7 +11996,7 @@ TAUGHTCLASSES : Classes for which the user is - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -12009,13 +12009,13 @@ TAUGHTCLASSES : Classes for which the user is - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -12023,7 +12023,7 @@ TAUGHTCLASSES : Classes for which the user is - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12187,7 +12187,7 @@ USER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12315,7 +12315,7 @@ USER : user - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -12577,7 +12577,7 @@ USER : user - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -12589,7 +12589,7 @@ USER : user - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -12600,7 +12600,7 @@ USER : user - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -12925,7 +12925,7 @@ USER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -13489,7 +13489,7 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -13690,7 +13690,7 @@ USER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -13817,7 +13817,7 @@ USER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Education/Education/docs/v1.0/Update-MgEducationClass.md b/src/Education/Education/docs/v1.0/Update-MgEducationClass.md index 526de371872..0d15fdda24c 100644 --- a/src/Education/Education/docs/v1.0/Update-MgEducationClass.md +++ b/src/Education/Education/docs/v1.0/Update-MgEducationClass.md @@ -759,7 +759,7 @@ BODYPARAMETER : educationClass - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -830,7 +830,7 @@ BODYPARAMETER : educationClass - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -1063,7 +1063,7 @@ BODYPARAMETER : educationClass - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1290,7 +1290,7 @@ BODYPARAMETER : educationClass - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -1302,7 +1302,7 @@ BODYPARAMETER : educationClass - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -1313,7 +1313,7 @@ BODYPARAMETER : educationClass - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -1639,7 +1639,7 @@ BODYPARAMETER : educationClass - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2169,7 +2169,7 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -3016,7 +3016,7 @@ BODYPARAMETER : educationClass - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3320,7 +3320,7 @@ BODYPARAMETER : educationClass - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -3333,13 +3333,13 @@ BODYPARAMETER : educationClass - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -3347,7 +3347,7 @@ BODYPARAMETER : educationClass - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -3433,7 +3433,7 @@ GROUP : group - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -3504,7 +3504,7 @@ GROUP : group - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -3744,7 +3744,7 @@ GROUP : group - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3971,7 +3971,7 @@ GROUP : group - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -3983,7 +3983,7 @@ GROUP : group - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -3994,7 +3994,7 @@ GROUP : group - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -4320,7 +4320,7 @@ GROUP : group - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4850,7 +4850,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -5697,7 +5697,7 @@ GROUP : group - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6138,7 +6138,7 @@ MEMBERS : All users in the class. Nullable. - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -6207,7 +6207,7 @@ MEMBERS : All users in the class. Nullable. - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6436,7 +6436,7 @@ MEMBERS : All users in the class. Nullable. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6663,7 +6663,7 @@ MEMBERS : All users in the class. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -6675,7 +6675,7 @@ MEMBERS : All users in the class. Nullable. - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -6686,7 +6686,7 @@ MEMBERS : All users in the class. Nullable. - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -7012,7 +7012,7 @@ MEMBERS : All users in the class. Nullable. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7542,7 +7542,7 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -8389,7 +8389,7 @@ MEMBERS : All users in the class. Nullable. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8684,7 +8684,7 @@ MEMBERS : All users in the class. Nullable. - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -8722,7 +8722,7 @@ MEMBERS : All users in the class. Nullable. - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -8735,13 +8735,13 @@ MEMBERS : All users in the class. Nullable. - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. @@ -8770,7 +8770,7 @@ SCHOOLS : All schools that this class is asso - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -8918,7 +8918,7 @@ SCHOOLS : All schools that this class is asso - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -8988,7 +8988,7 @@ SCHOOLS : All schools that this class is asso - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. @@ -9215,7 +9215,7 @@ SCHOOLS : All schools that this class is asso - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9442,7 +9442,7 @@ SCHOOLS : All schools that this class is asso - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -9454,7 +9454,7 @@ SCHOOLS : All schools that this class is asso - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -9465,7 +9465,7 @@ SCHOOLS : All schools that this class is asso - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -9791,7 +9791,7 @@ SCHOOLS : All schools that this class is asso - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10321,7 +10321,7 @@ SCHOOLS : All schools that this class is asso - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11168,7 +11168,7 @@ SCHOOLS : All schools that this class is asso - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11468,7 +11468,7 @@ SCHOOLS : All schools that this class is asso - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -11481,13 +11481,13 @@ SCHOOLS : All schools that this class is asso - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. @@ -11668,7 +11668,7 @@ TEACHERS : All teachers in the class. Nullable. - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -11737,7 +11737,7 @@ TEACHERS : All teachers in the class. Nullable. - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -11966,7 +11966,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12193,7 +12193,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -12205,7 +12205,7 @@ TEACHERS : All teachers in the class. Nullable. - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -12216,7 +12216,7 @@ TEACHERS : All teachers in the class. Nullable. - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -12542,7 +12542,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -13072,7 +13072,7 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -13919,7 +13919,7 @@ TEACHERS : All teachers in the class. Nullable. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -14214,7 +14214,7 @@ TEACHERS : All teachers in the class. Nullable. - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -14252,7 +14252,7 @@ TEACHERS : All teachers in the class. Nullable. - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -14265,13 +14265,13 @@ TEACHERS : All teachers in the class. Nullable. - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. diff --git a/src/Education/Education/docs/v1.0/Update-MgEducationMe.md b/src/Education/Education/docs/v1.0/Update-MgEducationMe.md index 4daca30a0dd..21e870a4d62 100644 --- a/src/Education/Education/docs/v1.0/Update-MgEducationMe.md +++ b/src/Education/Education/docs/v1.0/Update-MgEducationMe.md @@ -19,12 +19,12 @@ Update-MgEducationMe [-AccountEnabled] [-AdditionalProperties ] [-Assignments ] [-BusinessPhones ] [-Classes ] [-CreatedBy ] [-Department ] [-DisplayName ] [-ExternalSource ] [-ExternalSourceDetail ] - [-GivenName ] [-Id ] [-Mail ] [-MailingAddress ] + [-GivenName ] [-Id ] [-Mail ] [-MailingAddress ] [-MailNickname ] [-MiddleName ] [-MobilePhone ] [-OfficeLocation ] [-OnPremisesInfo ] [-PasswordPolicies ] [-PasswordProfile ] [-PreferredLanguage ] [-PrimaryRole ] [-ProvisionedPlans ] [-RefreshTokensValidFromDateTime ] - [-RelatedContacts ] [-ResidenceAddress ] + [-RelatedContacts ] [-ResidenceAddress ] [-Rubrics ] [-Schools ] [-ShowInAddressList] [-Student ] [-Surname ] [-TaughtClasses ] [-Teacher ] @@ -311,7 +311,7 @@ physicalAddress To construct, please use Get-Help -Online and see NOTES section for MAILINGADDRESS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress Parameter Sets: UpdateExpanded Aliases: @@ -518,7 +518,7 @@ Read-only. To construct, please use Get-Help -Online and see NOTES section for RELATEDCONTACTS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRelatedContact1[] +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRelatedContact[] Parameter Sets: UpdateExpanded Aliases: @@ -534,7 +534,7 @@ physicalAddress To construct, please use Get-Help -Online and see NOTES section for RESIDENCEADDRESS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress Parameter Sets: UpdateExpanded Aliases: @@ -1011,7 +1011,7 @@ BODYPARAMETER : educationUser - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1080,7 +1080,7 @@ BODYPARAMETER : educationUser - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -1309,7 +1309,7 @@ BODYPARAMETER : educationUser - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1536,7 +1536,7 @@ BODYPARAMETER : educationUser - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -1548,7 +1548,7 @@ BODYPARAMETER : educationUser - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -1559,7 +1559,7 @@ BODYPARAMETER : educationUser - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -1885,7 +1885,7 @@ BODYPARAMETER : educationUser - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2415,7 +2415,7 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -3262,7 +3262,7 @@ BODYPARAMETER : educationUser - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3557,7 +3557,7 @@ BODYPARAMETER : educationUser - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -3595,7 +3595,7 @@ BODYPARAMETER : educationUser - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -3608,13 +3608,13 @@ BODYPARAMETER : educationUser - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. @@ -3763,7 +3763,7 @@ CLASSES : Classes to which the user belongs. N - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -3834,7 +3834,7 @@ CLASSES : Classes to which the user belongs. N - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -4067,7 +4067,7 @@ CLASSES : Classes to which the user belongs. N - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4294,7 +4294,7 @@ CLASSES : Classes to which the user belongs. N - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -4306,7 +4306,7 @@ CLASSES : Classes to which the user belongs. N - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -4317,7 +4317,7 @@ CLASSES : Classes to which the user belongs. N - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -4643,7 +4643,7 @@ CLASSES : Classes to which the user belongs. N - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -5173,7 +5173,7 @@ CLASSES : Classes to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6020,7 +6020,7 @@ CLASSES : Classes to which the user belongs. N - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6324,7 +6324,7 @@ CLASSES : Classes to which the user belongs. N - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -6337,13 +6337,13 @@ CLASSES : Classes to which the user belongs. N - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -6351,7 +6351,7 @@ CLASSES : Classes to which the user belongs. N - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6411,7 +6411,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -MAILINGADDRESS : physicalAddress +MAILINGADDRESS : physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6434,14 +6434,14 @@ PROVISIONEDPLANS : The plans that are provisio - `[ProvisioningStatus ]`: For example, 'Success'. - `[Service ]`: The name of the service; for example, 'AccessControlS2S' -RELATEDCONTACTS : Related records associated with the user. Read-only. +RELATEDCONTACTS : Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship -RESIDENCEADDRESS : physicalAddress +RESIDENCEADDRESS : physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6486,7 +6486,7 @@ SCHOOLS : Schools to which the user belongs. - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6634,7 +6634,7 @@ SCHOOLS : Schools to which the user belongs. - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -6704,7 +6704,7 @@ SCHOOLS : Schools to which the user belongs. - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. @@ -6931,7 +6931,7 @@ SCHOOLS : Schools to which the user belongs. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -7158,7 +7158,7 @@ SCHOOLS : Schools to which the user belongs. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -7170,7 +7170,7 @@ SCHOOLS : Schools to which the user belongs. - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -7181,7 +7181,7 @@ SCHOOLS : Schools to which the user belongs. - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -7507,7 +7507,7 @@ SCHOOLS : Schools to which the user belongs. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -8037,7 +8037,7 @@ SCHOOLS : Schools to which the user belongs. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -8884,7 +8884,7 @@ SCHOOLS : Schools to which the user belongs. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9184,7 +9184,7 @@ SCHOOLS : Schools to which the user belongs. - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -9197,13 +9197,13 @@ SCHOOLS : Schools to which the user belongs. - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. @@ -9380,7 +9380,7 @@ TAUGHTCLASSES : Classes for which the user is - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9451,7 +9451,7 @@ TAUGHTCLASSES : Classes for which the user is - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -9684,7 +9684,7 @@ TAUGHTCLASSES : Classes for which the user is - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9911,7 +9911,7 @@ TAUGHTCLASSES : Classes for which the user is - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -9923,7 +9923,7 @@ TAUGHTCLASSES : Classes for which the user is - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -9934,7 +9934,7 @@ TAUGHTCLASSES : Classes for which the user is - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -10260,7 +10260,7 @@ TAUGHTCLASSES : Classes for which the user is - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10790,7 +10790,7 @@ TAUGHTCLASSES : Classes for which the user is - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11637,7 +11637,7 @@ TAUGHTCLASSES : Classes for which the user is - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11941,7 +11941,7 @@ TAUGHTCLASSES : Classes for which the user is - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -11954,13 +11954,13 @@ TAUGHTCLASSES : Classes for which the user is - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -11968,7 +11968,7 @@ TAUGHTCLASSES : Classes for which the user is - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12132,7 +12132,7 @@ USER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12260,7 +12260,7 @@ USER : user - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -12522,7 +12522,7 @@ USER : user - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -12534,7 +12534,7 @@ USER : user - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -12545,7 +12545,7 @@ USER : user - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -12870,7 +12870,7 @@ USER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -13434,7 +13434,7 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -13635,7 +13635,7 @@ USER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -13762,7 +13762,7 @@ USER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Education/Education/docs/v1.0/Update-MgEducationRoot.md b/src/Education/Education/docs/v1.0/Update-MgEducationRoot.md index bedb33b8927..5d95a86219a 100644 --- a/src/Education/Education/docs/v1.0/Update-MgEducationRoot.md +++ b/src/Education/Education/docs/v1.0/Update-MgEducationRoot.md @@ -321,7 +321,7 @@ BODYPARAMETER : educationRoot - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -392,7 +392,7 @@ BODYPARAMETER : educationRoot - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -625,7 +625,7 @@ BODYPARAMETER : educationRoot - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -852,7 +852,7 @@ BODYPARAMETER : educationRoot - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -864,7 +864,7 @@ BODYPARAMETER : educationRoot - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -875,7 +875,7 @@ BODYPARAMETER : educationRoot - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -1201,7 +1201,7 @@ BODYPARAMETER : educationRoot - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1731,7 +1731,7 @@ BODYPARAMETER : educationRoot - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2578,7 +2578,7 @@ BODYPARAMETER : educationRoot - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -2882,7 +2882,7 @@ BODYPARAMETER : educationRoot - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -2895,13 +2895,13 @@ BODYPARAMETER : educationRoot - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -2909,7 +2909,7 @@ BODYPARAMETER : educationRoot - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -3089,7 +3089,7 @@ CLASSES : . - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -3160,7 +3160,7 @@ CLASSES : . - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -3393,7 +3393,7 @@ CLASSES : . - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3620,7 +3620,7 @@ CLASSES : . - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -3632,7 +3632,7 @@ CLASSES : . - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -3643,7 +3643,7 @@ CLASSES : . - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -3969,7 +3969,7 @@ CLASSES : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4499,7 +4499,7 @@ CLASSES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -5346,7 +5346,7 @@ CLASSES : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5650,7 +5650,7 @@ CLASSES : . - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -5663,13 +5663,13 @@ CLASSES : . - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -5677,7 +5677,7 @@ CLASSES : . - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -5868,7 +5868,7 @@ ME : educationUser - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -5937,7 +5937,7 @@ ME : educationUser - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6166,7 +6166,7 @@ ME : educationUser - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6393,7 +6393,7 @@ ME : educationUser - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -6405,7 +6405,7 @@ ME : educationUser - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -6416,7 +6416,7 @@ ME : educationUser - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -6742,7 +6742,7 @@ ME : educationUser - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7272,7 +7272,7 @@ ME : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -8119,7 +8119,7 @@ ME : educationUser - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8414,7 +8414,7 @@ ME : educationUser - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -8452,7 +8452,7 @@ ME : educationUser - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -8465,13 +8465,13 @@ ME : educationUser - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. @@ -8500,7 +8500,7 @@ SCHOOLS : . - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -8648,7 +8648,7 @@ SCHOOLS : . - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -8718,7 +8718,7 @@ SCHOOLS : . - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. @@ -8945,7 +8945,7 @@ SCHOOLS : . - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9172,7 +9172,7 @@ SCHOOLS : . - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -9184,7 +9184,7 @@ SCHOOLS : . - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -9195,7 +9195,7 @@ SCHOOLS : . - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -9521,7 +9521,7 @@ SCHOOLS : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10051,7 +10051,7 @@ SCHOOLS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -10898,7 +10898,7 @@ SCHOOLS : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11198,7 +11198,7 @@ SCHOOLS : . - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -11211,13 +11211,13 @@ SCHOOLS : . - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. @@ -11398,7 +11398,7 @@ USERS : . - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -11467,7 +11467,7 @@ USERS : . - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -11696,7 +11696,7 @@ USERS : . - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11923,7 +11923,7 @@ USERS : . - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -11935,7 +11935,7 @@ USERS : . - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -11946,7 +11946,7 @@ USERS : . - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -12272,7 +12272,7 @@ USERS : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12802,7 +12802,7 @@ USERS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -13649,7 +13649,7 @@ USERS : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13944,7 +13944,7 @@ USERS : . - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13982,7 +13982,7 @@ USERS : . - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -13995,13 +13995,13 @@ USERS : . - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. diff --git a/src/Education/Education/docs/v1.0/Update-MgEducationSchool.md b/src/Education/Education/docs/v1.0/Update-MgEducationSchool.md index 629384ce98d..d2a9b822f21 100644 --- a/src/Education/Education/docs/v1.0/Update-MgEducationSchool.md +++ b/src/Education/Education/docs/v1.0/Update-MgEducationSchool.md @@ -15,7 +15,7 @@ Update the navigation property schools in education ### UpdateExpanded1 (Default) ``` Update-MgEducationSchool -EducationSchoolId [-AdditionalProperties ] - [-Address ] [-AdministrativeUnit ] + [-Address ] [-AdministrativeUnit ] [-Classes ] [-CreatedBy ] [-Description ] [-DisplayName ] [-ExternalId ] [-ExternalPrincipalId ] [-ExternalSource ] [-ExternalSourceDetail ] [-Fax ] [-HighestGrade ] @@ -39,7 +39,7 @@ Update-MgEducationSchool -InputObject -BodyParameter [-AdditionalProperties ] - [-Address ] [-AdministrativeUnit ] + [-Address ] [-AdministrativeUnit ] [-Classes ] [-CreatedBy ] [-Description ] [-DisplayName ] [-ExternalId ] [-ExternalPrincipalId ] [-ExternalSource ] [-ExternalSourceDetail ] [-Fax ] [-HighestGrade ] @@ -88,7 +88,7 @@ physicalAddress To construct, please use Get-Help -Online and see NOTES section for ADDRESS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -491,7 +491,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ADDRESS : physicalAddress +ADDRESS : physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -527,7 +527,7 @@ BODYPARAMETER : educationSchool - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -675,7 +675,7 @@ BODYPARAMETER : educationSchool - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -745,7 +745,7 @@ BODYPARAMETER : educationSchool - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. @@ -972,7 +972,7 @@ BODYPARAMETER : educationSchool - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1199,7 +1199,7 @@ BODYPARAMETER : educationSchool - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -1211,7 +1211,7 @@ BODYPARAMETER : educationSchool - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -1222,7 +1222,7 @@ BODYPARAMETER : educationSchool - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -1548,7 +1548,7 @@ BODYPARAMETER : educationSchool - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2078,7 +2078,7 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2925,7 +2925,7 @@ BODYPARAMETER : educationSchool - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3225,7 +3225,7 @@ BODYPARAMETER : educationSchool - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -3238,13 +3238,13 @@ BODYPARAMETER : educationSchool - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. @@ -3412,7 +3412,7 @@ CLASSES : Classes taught at the school. Nullab - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -3483,7 +3483,7 @@ CLASSES : Classes taught at the school. Nullab - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -3716,7 +3716,7 @@ CLASSES : Classes taught at the school. Nullab - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3943,7 +3943,7 @@ CLASSES : Classes taught at the school. Nullab - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -3955,7 +3955,7 @@ CLASSES : Classes taught at the school. Nullab - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -3966,7 +3966,7 @@ CLASSES : Classes taught at the school. Nullab - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -4292,7 +4292,7 @@ CLASSES : Classes taught at the school. Nullab - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4822,7 +4822,7 @@ CLASSES : Classes taught at the school. Nullab - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -5669,7 +5669,7 @@ CLASSES : Classes taught at the school. Nullab - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5973,7 +5973,7 @@ CLASSES : Classes taught at the school. Nullab - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -5986,13 +5986,13 @@ CLASSES : Classes taught at the school. Nullab - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -6000,7 +6000,7 @@ CLASSES : Classes taught at the school. Nullab - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6213,7 +6213,7 @@ USERS : Users in the school. Nullable. - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -6282,7 +6282,7 @@ USERS : Users in the school. Nullable. - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6511,7 +6511,7 @@ USERS : Users in the school. Nullable. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6738,7 +6738,7 @@ USERS : Users in the school. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -6750,7 +6750,7 @@ USERS : Users in the school. Nullable. - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -6761,7 +6761,7 @@ USERS : Users in the school. Nullable. - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -7087,7 +7087,7 @@ USERS : Users in the school. Nullable. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7617,7 +7617,7 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -8464,7 +8464,7 @@ USERS : Users in the school. Nullable. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8759,7 +8759,7 @@ USERS : Users in the school. Nullable. - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -8797,7 +8797,7 @@ USERS : Users in the school. Nullable. - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -8810,13 +8810,13 @@ USERS : Users in the school. Nullable. - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. diff --git a/src/Education/Education/docs/v1.0/Update-MgEducationUser.md b/src/Education/Education/docs/v1.0/Update-MgEducationUser.md index d2d16c1f8bf..afb6661acbb 100644 --- a/src/Education/Education/docs/v1.0/Update-MgEducationUser.md +++ b/src/Education/Education/docs/v1.0/Update-MgEducationUser.md @@ -19,12 +19,12 @@ Update-MgEducationUser -EducationUserId [-AccountEnabled] [-AdditionalP [-Assignments ] [-BusinessPhones ] [-Classes ] [-CreatedBy ] [-Department ] [-DisplayName ] [-ExternalSource ] [-ExternalSourceDetail ] - [-GivenName ] [-Id ] [-Mail ] [-MailingAddress ] + [-GivenName ] [-Id ] [-Mail ] [-MailingAddress ] [-MailNickname ] [-MiddleName ] [-MobilePhone ] [-OfficeLocation ] [-OnPremisesInfo ] [-PasswordPolicies ] [-PasswordProfile ] [-PreferredLanguage ] [-PrimaryRole ] [-ProvisionedPlans ] [-RefreshTokensValidFromDateTime ] - [-RelatedContacts ] [-ResidenceAddress ] + [-RelatedContacts ] [-ResidenceAddress ] [-Rubrics ] [-Schools ] [-ShowInAddressList] [-Student ] [-Surname ] [-TaughtClasses ] [-Teacher ] @@ -51,12 +51,12 @@ Update-MgEducationUser -InputObject [-AccountEnabled] [-Add [-Assignments ] [-BusinessPhones ] [-Classes ] [-CreatedBy ] [-Department ] [-DisplayName ] [-ExternalSource ] [-ExternalSourceDetail ] - [-GivenName ] [-Id ] [-Mail ] [-MailingAddress ] + [-GivenName ] [-Id ] [-Mail ] [-MailingAddress ] [-MailNickname ] [-MiddleName ] [-MobilePhone ] [-OfficeLocation ] [-OnPremisesInfo ] [-PasswordPolicies ] [-PasswordProfile ] [-PreferredLanguage ] [-PrimaryRole ] [-ProvisionedPlans ] [-RefreshTokensValidFromDateTime ] - [-RelatedContacts ] [-ResidenceAddress ] + [-RelatedContacts ] [-ResidenceAddress ] [-Rubrics ] [-Schools ] [-ShowInAddressList] [-Student ] [-Surname ] [-TaughtClasses ] [-Teacher ] @@ -383,7 +383,7 @@ physicalAddress To construct, please use Get-Help -Online and see NOTES section for MAILINGADDRESS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -590,7 +590,7 @@ Read-only. To construct, please use Get-Help -Online and see NOTES section for RELATEDCONTACTS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRelatedContact1[] +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRelatedContact[] Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -606,7 +606,7 @@ physicalAddress To construct, please use Get-Help -Online and see NOTES section for RESIDENCEADDRESS properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPhysicalAddress Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -1085,7 +1085,7 @@ BODYPARAMETER : educationUser - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1154,7 +1154,7 @@ BODYPARAMETER : educationUser - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -1383,7 +1383,7 @@ BODYPARAMETER : educationUser - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1610,7 +1610,7 @@ BODYPARAMETER : educationUser - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -1622,7 +1622,7 @@ BODYPARAMETER : educationUser - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -1633,7 +1633,7 @@ BODYPARAMETER : educationUser - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -1959,7 +1959,7 @@ BODYPARAMETER : educationUser - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2489,7 +2489,7 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -3336,7 +3336,7 @@ BODYPARAMETER : educationUser - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3631,7 +3631,7 @@ BODYPARAMETER : educationUser - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -3669,7 +3669,7 @@ BODYPARAMETER : educationUser - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -3682,13 +3682,13 @@ BODYPARAMETER : educationUser - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. @@ -3837,7 +3837,7 @@ CLASSES : Classes to which the user belongs. N - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -3908,7 +3908,7 @@ CLASSES : Classes to which the user belongs. N - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -4141,7 +4141,7 @@ CLASSES : Classes to which the user belongs. N - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4368,7 +4368,7 @@ CLASSES : Classes to which the user belongs. N - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -4380,7 +4380,7 @@ CLASSES : Classes to which the user belongs. N - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -4391,7 +4391,7 @@ CLASSES : Classes to which the user belongs. N - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -4717,7 +4717,7 @@ CLASSES : Classes to which the user belongs. N - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -5247,7 +5247,7 @@ CLASSES : Classes to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6094,7 +6094,7 @@ CLASSES : Classes to which the user belongs. N - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6398,7 +6398,7 @@ CLASSES : Classes to which the user belongs. N - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -6411,13 +6411,13 @@ CLASSES : Classes to which the user belongs. N - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -6425,7 +6425,7 @@ CLASSES : Classes to which the user belongs. N - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6499,7 +6499,7 @@ INPUTOBJECT : Identity Parameter - `[EducationSynchronizationProfileId ]`: key: id of educationSynchronizationProfile - `[EducationUserId ]`: key: id of educationUser -MAILINGADDRESS : physicalAddress +MAILINGADDRESS : physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6522,14 +6522,14 @@ PROVISIONEDPLANS : The plans that are provisio - `[ProvisioningStatus ]`: For example, 'Success'. - `[Service ]`: The name of the service; for example, 'AccessControlS2S' -RELATEDCONTACTS : Related records associated with the user. Read-only. +RELATEDCONTACTS : Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship -RESIDENCEADDRESS : physicalAddress +RESIDENCEADDRESS : physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6574,7 +6574,7 @@ SCHOOLS : Schools to which the user belongs. - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -6722,7 +6722,7 @@ SCHOOLS : Schools to which the user belongs. - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -6792,7 +6792,7 @@ SCHOOLS : Schools to which the user belongs. - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. @@ -7019,7 +7019,7 @@ SCHOOLS : Schools to which the user belongs. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -7246,7 +7246,7 @@ SCHOOLS : Schools to which the user belongs. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -7258,7 +7258,7 @@ SCHOOLS : Schools to which the user belongs. - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -7269,7 +7269,7 @@ SCHOOLS : Schools to which the user belongs. - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -7595,7 +7595,7 @@ SCHOOLS : Schools to which the user belongs. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -8125,7 +8125,7 @@ SCHOOLS : Schools to which the user belongs. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -8972,7 +8972,7 @@ SCHOOLS : Schools to which the user belongs. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9272,7 +9272,7 @@ SCHOOLS : Schools to which the user belongs. - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -9285,13 +9285,13 @@ SCHOOLS : Schools to which the user belongs. - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[ShowInAddressList ]`: True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. @@ -9468,7 +9468,7 @@ TAUGHTCLASSES : Classes for which the user is - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9539,7 +9539,7 @@ TAUGHTCLASSES : Classes for which the user is - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -9772,7 +9772,7 @@ TAUGHTCLASSES : Classes for which the user is - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9999,7 +9999,7 @@ TAUGHTCLASSES : Classes for which the user is - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -10011,7 +10011,7 @@ TAUGHTCLASSES : Classes for which the user is - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -10022,7 +10022,7 @@ TAUGHTCLASSES : Classes for which the user is - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -10348,7 +10348,7 @@ TAUGHTCLASSES : Classes for which the user is - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10878,7 +10878,7 @@ TAUGHTCLASSES : Classes for which the user is - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11725,7 +11725,7 @@ TAUGHTCLASSES : Classes for which the user is - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -12029,7 +12029,7 @@ TAUGHTCLASSES : Classes for which the user is - `[GivenName ]`: The given name (first name) of the user. Supports $filter. - `[Mail ]`: The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter. - `[MailNickname ]`: The mail alias for the user. This property must be specified when a user is created. Supports $filter. - - `[MailingAddress ]`: physicalAddress + - `[MailingAddress ]`: physicalAddress - `[MiddleName ]`: The middle name of the user. - `[MobilePhone ]`: The primary cellular telephone number for the user. - `[OfficeLocation ]`: @@ -12042,13 +12042,13 @@ TAUGHTCLASSES : Classes for which the user is - `[PrimaryRole ]`: - `[ProvisionedPlans ]`: The plans that are provisioned for the user. Read-only. Not nullable. - `[RefreshTokensValidFromDateTime ]`: - - `[RelatedContacts ]`: Related records associated with the user. Read-only. + - `[RelatedContacts ]`: Related records associated with the user. Read-only. - `[AccessConsent ]`: Indicates whether the user has been consented to access student data. - `[DisplayName ]`: Name of the contact. Required. - `[EmailAddress ]`: Primary email address of the contact. Required. - `[MobilePhone ]`: Mobile phone number of the contact. - `[Relationship ]`: contactRelationship - - `[ResidenceAddress ]`: physicalAddress + - `[ResidenceAddress ]`: physicalAddress - `[Rubrics ]`: When set, the grading rubric attached to the assignment. - `[Schools ]`: Schools to which the user belongs. Nullable. - `[Description ]`: Organization description. @@ -12056,7 +12056,7 @@ TAUGHTCLASSES : Classes for which the user is - `[ExternalSource ]`: - `[ExternalSourceDetail ]`: The name of the external source this resources was generated from. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[AdministrativeUnit ]`: administrativeUnit - `[(Any) ]`: This indicates any property can be added to this object. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12220,7 +12220,7 @@ USER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12348,7 +12348,7 @@ USER : user - `[IsReminderOn ]`: - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress + - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. - `[City ]`: The city. - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. @@ -12610,7 +12610,7 @@ USER : user - `[Id ]`: The unique idenfier for an entity. Read-only. - `[AssistantName ]`: The name of the contact's assistant. - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[BusinessAddress ]`: physicalAddress + - `[BusinessAddress ]`: physicalAddress - `[BusinessHomePage ]`: The business home page of the contact. - `[BusinessPhones ]`: The contact's business phone numbers. - `[Children ]`: The names of the contact's children. @@ -12622,7 +12622,7 @@ USER : user - `[FileAs ]`: The name the contact is filed under. - `[Generation ]`: The contact's generation. - `[GivenName ]`: The contact's given name. - - `[HomeAddress ]`: physicalAddress + - `[HomeAddress ]`: physicalAddress - `[HomePhones ]`: The contact's home phone numbers. - `[ImAddresses ]`: - `[Initials ]`: @@ -12633,7 +12633,7 @@ USER : user - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - `[NickName ]`: - `[OfficeLocation ]`: - - `[OtherAddress ]`: physicalAddress + - `[OtherAddress ]`: physicalAddress - `[ParentFolderId ]`: - `[PersonalNotes ]`: - `[Photo ]`: profilePhoto @@ -12958,7 +12958,7 @@ USER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -13522,7 +13522,7 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -13723,7 +13723,7 @@ USER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -13850,7 +13850,7 @@ USER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0-beta/Microsoft.Graph.Files.md b/src/Files/Files/docs/v1.0-beta/Microsoft.Graph.Files.md index db3495e9b17..c6a98a8606c 100644 --- a/src/Files/Files/docs/v1.0-beta/Microsoft.Graph.Files.md +++ b/src/Files/Files/docs/v1.0-beta/Microsoft.Graph.Files.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Files -Module Guid: a0be1b2f-a545-4869-97ed-e143aa1f77b3 +Module Guid: 9616729e-d656-4023-9403-386c27b202da Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Files/Files/docs/v1.0-beta/New-MgDrive.md b/src/Files/Files/docs/v1.0-beta/New-MgDrive.md index 2a136b012df..b9025200919 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgDrive.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgDrive.md @@ -1446,9 +1446,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1569,11 +1569,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2032,7 +2032,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2129,7 +2129,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2216,14 +2216,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2581,7 +2627,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3855,6 +3901,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5931,9 +5982,9 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6054,11 +6105,11 @@ BODYPARAMETER : drive - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6537,7 +6588,7 @@ BODYPARAMETER : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7067,7 +7118,7 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7154,14 +7205,60 @@ BODYPARAMETER : drive - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7483,7 +7580,7 @@ BODYPARAMETER : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8753,6 +8850,11 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10452,9 +10554,9 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10575,11 +10677,11 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11082,7 +11184,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11179,7 +11281,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11266,14 +11368,60 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -11631,7 +11779,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -12905,6 +13053,11 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14981,9 +15134,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15104,11 +15257,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15580,7 +15733,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16152,7 +16305,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16239,14 +16392,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16568,7 +16767,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17838,6 +18037,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19506,9 +19710,9 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19629,11 +19833,11 @@ FOLLOWING : The list of items the user is following - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20136,7 +20340,7 @@ FOLLOWING : The list of items the user is following - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20233,7 +20437,7 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20320,14 +20524,60 @@ FOLLOWING : The list of items the user is following - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20685,7 +20935,7 @@ FOLLOWING : The list of items the user is following - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -21959,6 +22209,11 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24028,9 +24283,9 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24151,11 +24406,11 @@ ITEMS : All items contained in the drive. Read-only - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24658,7 +24913,7 @@ ITEMS : All items contained in the drive. Read-only - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -24755,7 +25010,7 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -24842,14 +25097,60 @@ ITEMS : All items contained in the drive. Read-only - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -25207,7 +25508,7 @@ ITEMS : All items contained in the drive. Read-only - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26481,6 +26782,11 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -28557,9 +28863,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -28680,11 +28986,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29156,7 +29462,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -29728,7 +30034,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -29815,14 +30121,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30144,7 +30496,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31414,6 +31766,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -33083,9 +33440,9 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -33206,11 +33563,11 @@ LIST : list - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -33682,7 +34039,7 @@ LIST : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -34202,7 +34559,7 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -34313,14 +34670,60 @@ LIST : list - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -34642,7 +35045,7 @@ LIST : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -35912,6 +36315,11 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -37645,9 +38053,9 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -37768,11 +38176,11 @@ ROOT : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -38275,7 +38683,7 @@ ROOT : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -38372,7 +38780,7 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -38459,14 +38867,60 @@ ROOT : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -38824,7 +39278,7 @@ ROOT : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -40098,6 +40552,11 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -42177,9 +42636,9 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -42300,11 +42759,11 @@ SPECIAL : Collection of common folders available in - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -42807,7 +43266,7 @@ SPECIAL : Collection of common folders available in - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -42904,7 +43363,7 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -42991,14 +43450,60 @@ SPECIAL : Collection of common folders available in - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -43356,7 +43861,7 @@ SPECIAL : Collection of common folders available in - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -44630,6 +45135,11 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/New-MgDriveItem.md b/src/Files/Files/docs/v1.0-beta/New-MgDriveItem.md index 6a6c1506b81..df8c346b1da 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgDriveItem.md @@ -1890,9 +1890,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2013,11 +2013,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2476,7 +2476,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2573,7 +2573,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2660,14 +2660,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -3025,7 +3071,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4299,6 +4345,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6391,9 +6442,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6514,11 +6565,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6992,7 +7043,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7089,7 +7140,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7176,14 +7227,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7541,7 +7638,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8815,6 +8912,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10917,9 +11019,9 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11040,11 +11142,11 @@ BODYPARAMETER : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11547,7 +11649,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11644,7 +11746,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11731,14 +11833,60 @@ BODYPARAMETER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -12096,7 +12244,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13370,6 +13518,11 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15446,9 +15599,9 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15569,11 +15722,11 @@ CHILDREN : Collection containing Item objects for t - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16076,7 +16229,7 @@ CHILDREN : Collection containing Item objects for t - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16173,7 +16326,7 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16260,14 +16413,60 @@ CHILDREN : Collection containing Item objects for t - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -16625,7 +16824,7 @@ CHILDREN : Collection containing Item objects for t - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17899,6 +18098,11 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19975,9 +20179,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20098,11 +20302,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20574,7 +20778,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21146,7 +21350,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21233,14 +21437,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21562,7 +21812,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22832,6 +23082,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24567,9 +24822,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24690,11 +24945,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -25166,7 +25421,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25738,7 +25993,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25825,14 +26080,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -26154,7 +26455,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27424,6 +27725,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -29093,9 +29399,9 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -29216,11 +29522,11 @@ LISTITEM : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29647,7 +29953,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -30222,7 +30528,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -30309,14 +30615,60 @@ LISTITEM : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30638,7 +30990,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31908,6 +32260,11 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -32973,7 +33330,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgDriveItemSubscription.md b/src/Files/Files/docs/v1.0-beta/New-MgDriveItemSubscription.md index a2367dc1d47..733f40179f2 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgDriveItemSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgDriveItemSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -471,7 +473,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgDriveListItem.md b/src/Files/Files/docs/v1.0-beta/New-MgDriveListItem.md index edceaa40248..005e47340e3 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgDriveListItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgDriveListItem.md @@ -1442,9 +1442,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1565,11 +1565,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2028,7 +2028,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2125,7 +2125,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2212,14 +2212,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2577,7 +2623,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3851,6 +3897,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5943,9 +5994,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6066,11 +6117,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6544,7 +6595,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6641,7 +6692,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6728,14 +6779,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7093,7 +7190,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8367,6 +8464,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10450,9 +10552,9 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10573,11 +10675,11 @@ BODYPARAMETER : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11004,7 +11106,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11579,7 +11681,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11666,14 +11768,60 @@ BODYPARAMETER : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -11995,7 +12143,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13265,6 +13413,11 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14984,9 +15137,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15107,11 +15260,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15583,7 +15736,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16155,7 +16308,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16242,14 +16395,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16571,7 +16770,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17841,6 +18040,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19541,9 +19745,9 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19664,11 +19868,11 @@ DRIVEITEM : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20171,7 +20375,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20268,7 +20472,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20355,14 +20559,60 @@ DRIVEITEM : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20720,7 +20970,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -21994,6 +22244,11 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24095,9 +24350,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24218,11 +24473,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24694,7 +24949,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25266,7 +25521,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25353,14 +25608,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25682,7 +25983,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26952,6 +27253,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/New-MgDriveListSubscription.md b/src/Files/Files/docs/v1.0-beta/New-MgDriveListSubscription.md index 5a72751dc23..e9af25722f3 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgDriveListSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgDriveListSubscription.md @@ -107,6 +107,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -455,7 +457,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgDriveRootSubscription.md b/src/Files/Files/docs/v1.0-beta/New-MgDriveRootSubscription.md index 1c8589d2328..fc7393d4ca4 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgDriveRootSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgDriveRootSubscription.md @@ -107,6 +107,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -455,7 +457,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgGroupDrive.md b/src/Files/Files/docs/v1.0-beta/New-MgGroupDrive.md index a0b2951ba17..4d08a62b276 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgGroupDrive.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgGroupDrive.md @@ -1501,9 +1501,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1624,11 +1624,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2087,7 +2087,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2184,7 +2184,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2271,14 +2271,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2636,7 +2682,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3910,6 +3956,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5986,9 +6037,9 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6109,11 +6160,11 @@ BODYPARAMETER : drive - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6592,7 +6643,7 @@ BODYPARAMETER : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7122,7 +7173,7 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7209,14 +7260,60 @@ BODYPARAMETER : drive - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7538,7 +7635,7 @@ BODYPARAMETER : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8808,6 +8905,11 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10507,9 +10609,9 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10630,11 +10732,11 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11137,7 +11239,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11234,7 +11336,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11321,14 +11423,60 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -11686,7 +11834,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -12960,6 +13108,11 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15036,9 +15189,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15159,11 +15312,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15635,7 +15788,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16207,7 +16360,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16294,14 +16447,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16623,7 +16822,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17893,6 +18092,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19561,9 +19765,9 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19684,11 +19888,11 @@ FOLLOWING : The list of items the user is following - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20191,7 +20395,7 @@ FOLLOWING : The list of items the user is following - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20288,7 +20492,7 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20375,14 +20579,60 @@ FOLLOWING : The list of items the user is following - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20740,7 +20990,7 @@ FOLLOWING : The list of items the user is following - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22014,6 +22264,11 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24108,9 +24363,9 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24231,11 +24486,11 @@ ITEMS : All items contained in the drive. Read-only - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24738,7 +24993,7 @@ ITEMS : All items contained in the drive. Read-only - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -24835,7 +25090,7 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -24922,14 +25177,60 @@ ITEMS : All items contained in the drive. Read-only - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -25287,7 +25588,7 @@ ITEMS : All items contained in the drive. Read-only - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26561,6 +26862,11 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -28637,9 +28943,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -28760,11 +29066,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29236,7 +29542,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -29808,7 +30114,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -29895,14 +30201,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30224,7 +30576,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31494,6 +31846,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -33163,9 +33520,9 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -33286,11 +33643,11 @@ LIST : list - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -33762,7 +34119,7 @@ LIST : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -34282,7 +34639,7 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -34393,14 +34750,60 @@ LIST : list - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -34722,7 +35125,7 @@ LIST : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -35992,6 +36395,11 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -37725,9 +38133,9 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -37848,11 +38256,11 @@ ROOT : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -38355,7 +38763,7 @@ ROOT : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -38452,7 +38860,7 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -38539,14 +38947,60 @@ ROOT : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -38904,7 +39358,7 @@ ROOT : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -40178,6 +40632,11 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -42257,9 +42716,9 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -42380,11 +42839,11 @@ SPECIAL : Collection of common folders available in - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -42887,7 +43346,7 @@ SPECIAL : Collection of common folders available in - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -42984,7 +43443,7 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -43071,14 +43530,60 @@ SPECIAL : Collection of common folders available in - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -43436,7 +43941,7 @@ SPECIAL : Collection of common folders available in - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -44710,6 +45215,11 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveItem.md b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveItem.md index d2760bea9bf..cef4d153c64 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveItem.md @@ -1905,9 +1905,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2028,11 +2028,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2491,7 +2491,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2588,7 +2588,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2675,14 +2675,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -3040,7 +3086,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4314,6 +4360,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6406,9 +6457,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6529,11 +6580,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -7007,7 +7058,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7104,7 +7155,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7191,14 +7242,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7556,7 +7653,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8830,6 +8927,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10932,9 +11034,9 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11055,11 +11157,11 @@ BODYPARAMETER : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11562,7 +11664,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11659,7 +11761,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11746,14 +11848,60 @@ BODYPARAMETER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -12111,7 +12259,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13385,6 +13533,11 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15461,9 +15614,9 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15584,11 +15737,11 @@ CHILDREN : Collection containing Item objects for t - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16091,7 +16244,7 @@ CHILDREN : Collection containing Item objects for t - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16188,7 +16341,7 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16275,14 +16428,60 @@ CHILDREN : Collection containing Item objects for t - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -16640,7 +16839,7 @@ CHILDREN : Collection containing Item objects for t - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17914,6 +18113,11 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19990,9 +20194,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20113,11 +20317,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20589,7 +20793,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21161,7 +21365,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21248,14 +21452,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21577,7 +21827,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22847,6 +23097,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24582,9 +24837,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24705,11 +24960,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -25181,7 +25436,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25753,7 +26008,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25840,14 +26095,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -26169,7 +26470,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27439,6 +27740,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -29108,9 +29414,9 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -29231,11 +29537,11 @@ LISTITEM : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29662,7 +29968,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -30237,7 +30543,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -30324,14 +30630,60 @@ LISTITEM : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30653,7 +31005,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31923,6 +32275,11 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -32988,7 +33345,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveItemSubscription.md b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveItemSubscription.md index cc5a6c79c5c..72958f7b0c2 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveItemSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveItemSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -486,7 +488,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveListItem.md b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveListItem.md index 4d14df677d2..3e563d85f91 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveListItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveListItem.md @@ -1457,9 +1457,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1580,11 +1580,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2043,7 +2043,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2140,7 +2140,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2227,14 +2227,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2592,7 +2638,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3866,6 +3912,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5958,9 +6009,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6081,11 +6132,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6559,7 +6610,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6656,7 +6707,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6743,14 +6794,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7108,7 +7205,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8382,6 +8479,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10465,9 +10567,9 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10588,11 +10690,11 @@ BODYPARAMETER : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11019,7 +11121,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11594,7 +11696,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11681,14 +11783,60 @@ BODYPARAMETER : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12010,7 +12158,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13280,6 +13428,11 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14999,9 +15152,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15122,11 +15275,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15598,7 +15751,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16170,7 +16323,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16257,14 +16410,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16586,7 +16785,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17856,6 +18055,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19556,9 +19760,9 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19679,11 +19883,11 @@ DRIVEITEM : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20186,7 +20390,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20283,7 +20487,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20370,14 +20574,60 @@ DRIVEITEM : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20735,7 +20985,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22009,6 +22259,11 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24110,9 +24365,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24233,11 +24488,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24709,7 +24964,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25281,7 +25536,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25368,14 +25623,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25697,7 +25998,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26967,6 +27268,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveListSubscription.md b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveListSubscription.md index 88f1fe2323e..b635da6b4a0 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveListSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveListSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -471,7 +473,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveRootSubscription.md b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveRootSubscription.md index 65c5e91ef93..e2353f56021 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveRootSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveRootSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -471,7 +473,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgShareListItem.md b/src/Files/Files/docs/v1.0-beta/New-MgShareListItem.md index 57e41eff0fa..20f5c08b390 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgShareListItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgShareListItem.md @@ -1442,9 +1442,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1565,11 +1565,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2028,7 +2028,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2125,7 +2125,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2212,14 +2212,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2577,7 +2623,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3851,6 +3897,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5943,9 +5994,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6066,11 +6117,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6544,7 +6595,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6641,7 +6692,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6728,14 +6779,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7093,7 +7190,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8367,6 +8464,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10450,9 +10552,9 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10573,11 +10675,11 @@ BODYPARAMETER : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11004,7 +11106,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11579,7 +11681,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11666,14 +11768,60 @@ BODYPARAMETER : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -11995,7 +12143,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13265,6 +13413,11 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14984,9 +15137,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15107,11 +15260,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15583,7 +15736,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16155,7 +16308,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16242,14 +16395,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16571,7 +16770,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17841,6 +18040,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19541,9 +19745,9 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19664,11 +19868,11 @@ DRIVEITEM : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20171,7 +20375,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20268,7 +20472,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20355,14 +20559,60 @@ DRIVEITEM : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20720,7 +20970,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -21994,6 +22244,11 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24095,9 +24350,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24218,11 +24473,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24694,7 +24949,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25266,7 +25521,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25353,14 +25608,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25682,7 +25983,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26952,6 +27253,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/New-MgShareListSubscription.md b/src/Files/Files/docs/v1.0-beta/New-MgShareListSubscription.md index 94af536f794..d71cb486abf 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgShareListSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgShareListSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -456,7 +458,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgShareSharedDriveItemSharedDriveItem.md b/src/Files/Files/docs/v1.0-beta/New-MgShareSharedDriveItemSharedDriveItem.md index 877c5aec100..23fc6513e9f 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgShareSharedDriveItemSharedDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgShareSharedDriveItemSharedDriveItem.md @@ -1337,9 +1337,9 @@ BODYPARAMETER : sharedDriveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1460,11 +1460,11 @@ BODYPARAMETER : sharedDriveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1936,7 +1936,7 @@ BODYPARAMETER : sharedDriveItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2508,7 +2508,7 @@ BODYPARAMETER : sharedDriveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2595,14 +2595,60 @@ BODYPARAMETER : sharedDriveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2924,7 +2970,7 @@ BODYPARAMETER : sharedDriveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4194,6 +4240,11 @@ BODYPARAMETER : sharedDriveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5887,9 +5938,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6010,11 +6061,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6486,7 +6537,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7058,7 +7109,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7145,14 +7196,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7474,7 +7571,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8744,6 +8841,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10413,9 +10515,9 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10536,11 +10638,11 @@ DRIVEITEM : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11043,7 +11145,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11140,7 +11242,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11227,14 +11329,60 @@ DRIVEITEM : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -11592,7 +11740,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -12866,6 +13014,11 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14935,9 +15088,9 @@ ITEMS : All driveItems contained in the sharing roo - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15058,11 +15211,11 @@ ITEMS : All driveItems contained in the sharing roo - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15565,7 +15718,7 @@ ITEMS : All driveItems contained in the sharing roo - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -15662,7 +15815,7 @@ ITEMS : All driveItems contained in the sharing roo - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15749,14 +15902,60 @@ ITEMS : All driveItems contained in the sharing roo - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -16114,7 +16313,7 @@ ITEMS : All driveItems contained in the sharing roo - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17388,6 +17587,11 @@ ITEMS : All driveItems contained in the sharing roo - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19464,9 +19668,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19587,11 +19791,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20063,7 +20267,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20635,7 +20839,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20722,14 +20926,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21051,7 +21301,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22321,6 +22571,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -23990,9 +24245,9 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24113,11 +24368,11 @@ LIST : list - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24589,7 +24844,7 @@ LIST : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25109,7 +25364,7 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25220,14 +25475,60 @@ LIST : list - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25549,7 +25850,7 @@ LIST : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26819,6 +27120,11 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -28513,9 +28819,9 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -28636,11 +28942,11 @@ LISTITEM : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29067,7 +29373,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -29642,7 +29948,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -29729,14 +30035,60 @@ LISTITEM : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30058,7 +30410,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31328,6 +31680,11 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -33126,9 +33483,9 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -33249,11 +33606,11 @@ ROOT : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -33756,7 +34113,7 @@ ROOT : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -33853,7 +34210,7 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -33940,14 +34297,60 @@ ROOT : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -34305,7 +34708,7 @@ ROOT : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -35579,6 +35982,11 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -37649,9 +38057,9 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -37772,11 +38180,11 @@ SITE : site - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -38248,7 +38656,7 @@ SITE : site - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -39050,7 +39458,7 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -39159,7 +39567,7 @@ SITE : site - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -40429,6 +40837,11 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -41248,14 +41661,60 @@ SITE : site - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings diff --git a/src/Files/Files/docs/v1.0-beta/New-MgUserDrive.md b/src/Files/Files/docs/v1.0-beta/New-MgUserDrive.md index 17b401886a1..6585d8f9713 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgUserDrive.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgUserDrive.md @@ -1501,9 +1501,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1624,11 +1624,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2087,7 +2087,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2184,7 +2184,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2271,14 +2271,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2636,7 +2682,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3910,6 +3956,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5986,9 +6037,9 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6109,11 +6160,11 @@ BODYPARAMETER : drive - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6592,7 +6643,7 @@ BODYPARAMETER : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7122,7 +7173,7 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7209,14 +7260,60 @@ BODYPARAMETER : drive - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7538,7 +7635,7 @@ BODYPARAMETER : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8808,6 +8905,11 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10507,9 +10609,9 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10630,11 +10732,11 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11137,7 +11239,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11234,7 +11336,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11321,14 +11423,60 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -11686,7 +11834,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -12960,6 +13108,11 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15036,9 +15189,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15159,11 +15312,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15635,7 +15788,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16207,7 +16360,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16294,14 +16447,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16623,7 +16822,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17893,6 +18092,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19561,9 +19765,9 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19684,11 +19888,11 @@ FOLLOWING : The list of items the user is following - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20191,7 +20395,7 @@ FOLLOWING : The list of items the user is following - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20288,7 +20492,7 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20375,14 +20579,60 @@ FOLLOWING : The list of items the user is following - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20740,7 +20990,7 @@ FOLLOWING : The list of items the user is following - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22014,6 +22264,11 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24108,9 +24363,9 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24231,11 +24486,11 @@ ITEMS : All items contained in the drive. Read-only - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24738,7 +24993,7 @@ ITEMS : All items contained in the drive. Read-only - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -24835,7 +25090,7 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -24922,14 +25177,60 @@ ITEMS : All items contained in the drive. Read-only - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -25287,7 +25588,7 @@ ITEMS : All items contained in the drive. Read-only - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26561,6 +26862,11 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -28637,9 +28943,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -28760,11 +29066,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29236,7 +29542,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -29808,7 +30114,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -29895,14 +30201,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30224,7 +30576,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31494,6 +31846,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -33163,9 +33520,9 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -33286,11 +33643,11 @@ LIST : list - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -33762,7 +34119,7 @@ LIST : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -34282,7 +34639,7 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -34393,14 +34750,60 @@ LIST : list - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -34722,7 +35125,7 @@ LIST : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -35992,6 +36395,11 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -37725,9 +38133,9 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -37848,11 +38256,11 @@ ROOT : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -38355,7 +38763,7 @@ ROOT : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -38452,7 +38860,7 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -38539,14 +38947,60 @@ ROOT : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -38904,7 +39358,7 @@ ROOT : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -40178,6 +40632,11 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -42257,9 +42716,9 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -42380,11 +42839,11 @@ SPECIAL : Collection of common folders available in - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -42887,7 +43346,7 @@ SPECIAL : Collection of common folders available in - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -42984,7 +43443,7 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -43071,14 +43530,60 @@ SPECIAL : Collection of common folders available in - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -43436,7 +43941,7 @@ SPECIAL : Collection of common folders available in - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -44710,6 +45215,11 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveItem.md b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveItem.md index b076fe0a600..da9b7887d3e 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveItem.md @@ -1905,9 +1905,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2028,11 +2028,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2491,7 +2491,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2588,7 +2588,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2675,14 +2675,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -3040,7 +3086,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4314,6 +4360,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6406,9 +6457,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6529,11 +6580,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -7007,7 +7058,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7104,7 +7155,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7191,14 +7242,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7556,7 +7653,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8830,6 +8927,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10932,9 +11034,9 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11055,11 +11157,11 @@ BODYPARAMETER : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11562,7 +11664,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11659,7 +11761,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11746,14 +11848,60 @@ BODYPARAMETER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -12111,7 +12259,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13385,6 +13533,11 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15461,9 +15614,9 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15584,11 +15737,11 @@ CHILDREN : Collection containing Item objects for t - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16091,7 +16244,7 @@ CHILDREN : Collection containing Item objects for t - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16188,7 +16341,7 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16275,14 +16428,60 @@ CHILDREN : Collection containing Item objects for t - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -16640,7 +16839,7 @@ CHILDREN : Collection containing Item objects for t - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17914,6 +18113,11 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19990,9 +20194,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20113,11 +20317,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20589,7 +20793,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21161,7 +21365,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21248,14 +21452,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21577,7 +21827,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22847,6 +23097,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24582,9 +24837,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24705,11 +24960,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -25181,7 +25436,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25753,7 +26008,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25840,14 +26095,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -26169,7 +26470,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27439,6 +27740,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -29108,9 +29414,9 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -29231,11 +29537,11 @@ LISTITEM : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29662,7 +29968,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -30237,7 +30543,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -30324,14 +30630,60 @@ LISTITEM : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30653,7 +31005,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31923,6 +32275,11 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -32988,7 +33345,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveItemSubscription.md b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveItemSubscription.md index 1858beede1e..77c89307532 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveItemSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveItemSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -486,7 +488,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveListItem.md b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveListItem.md index 73afb27b530..bd9190de70f 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveListItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveListItem.md @@ -1457,9 +1457,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1580,11 +1580,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2043,7 +2043,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2140,7 +2140,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2227,14 +2227,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2592,7 +2638,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3866,6 +3912,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5958,9 +6009,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6081,11 +6132,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6559,7 +6610,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6656,7 +6707,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6743,14 +6794,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7108,7 +7205,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8382,6 +8479,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10465,9 +10567,9 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10588,11 +10690,11 @@ BODYPARAMETER : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11019,7 +11121,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11594,7 +11696,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11681,14 +11783,60 @@ BODYPARAMETER : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12010,7 +12158,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13280,6 +13428,11 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14999,9 +15152,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15122,11 +15275,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15598,7 +15751,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16170,7 +16323,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16257,14 +16410,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16586,7 +16785,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17856,6 +18055,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19556,9 +19760,9 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19679,11 +19883,11 @@ DRIVEITEM : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20186,7 +20390,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20283,7 +20487,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20370,14 +20574,60 @@ DRIVEITEM : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20735,7 +20985,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22009,6 +22259,11 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24110,9 +24365,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24233,11 +24488,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24709,7 +24964,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25281,7 +25536,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25368,14 +25623,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25697,7 +25998,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26967,6 +27268,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveListSubscription.md b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveListSubscription.md index 2d4763b5b5c..824fe0c267f 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveListSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveListSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -471,7 +473,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveRootSubscription.md b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveRootSubscription.md index 1892ff5b2ce..3b154eec8d7 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveRootSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveRootSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -471,7 +473,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDrive.md b/src/Files/Files/docs/v1.0-beta/Update-MgDrive.md index da176d7b04b..320b766d76d 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDrive.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDrive.md @@ -1516,9 +1516,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1639,11 +1639,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2102,7 +2102,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2199,7 +2199,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2286,14 +2286,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2651,7 +2697,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3925,6 +3971,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6001,9 +6052,9 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6124,11 +6175,11 @@ BODYPARAMETER : drive - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6607,7 +6658,7 @@ BODYPARAMETER : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7137,7 +7188,7 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7224,14 +7275,60 @@ BODYPARAMETER : drive - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7553,7 +7650,7 @@ BODYPARAMETER : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8823,6 +8920,11 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10522,9 +10624,9 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10645,11 +10747,11 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11152,7 +11254,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11249,7 +11351,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11336,14 +11438,60 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -11701,7 +11849,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -12975,6 +13123,11 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15051,9 +15204,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15174,11 +15327,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15650,7 +15803,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16222,7 +16375,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16309,14 +16462,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16638,7 +16837,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17908,6 +18107,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19576,9 +19780,9 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19699,11 +19903,11 @@ FOLLOWING : The list of items the user is following - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20206,7 +20410,7 @@ FOLLOWING : The list of items the user is following - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20303,7 +20507,7 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20390,14 +20594,60 @@ FOLLOWING : The list of items the user is following - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20755,7 +21005,7 @@ FOLLOWING : The list of items the user is following - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22029,6 +22279,11 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24123,9 +24378,9 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24246,11 +24501,11 @@ ITEMS : All items contained in the drive. Read-only - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24753,7 +25008,7 @@ ITEMS : All items contained in the drive. Read-only - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -24850,7 +25105,7 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -24937,14 +25192,60 @@ ITEMS : All items contained in the drive. Read-only - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -25302,7 +25603,7 @@ ITEMS : All items contained in the drive. Read-only - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26576,6 +26877,11 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -28652,9 +28958,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -28775,11 +29081,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29251,7 +29557,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -29823,7 +30129,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -29910,14 +30216,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30239,7 +30591,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31509,6 +31861,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -33178,9 +33535,9 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -33301,11 +33658,11 @@ LIST : list - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -33777,7 +34134,7 @@ LIST : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -34297,7 +34654,7 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -34408,14 +34765,60 @@ LIST : list - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -34737,7 +35140,7 @@ LIST : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -36007,6 +36410,11 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -37740,9 +38148,9 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -37863,11 +38271,11 @@ ROOT : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -38370,7 +38778,7 @@ ROOT : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -38467,7 +38875,7 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -38554,14 +38962,60 @@ ROOT : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -38919,7 +39373,7 @@ ROOT : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -40193,6 +40647,11 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -42272,9 +42731,9 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -42395,11 +42854,11 @@ SPECIAL : Collection of common folders available in - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -42902,7 +43361,7 @@ SPECIAL : Collection of common folders available in - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -42999,7 +43458,7 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -43086,14 +43545,60 @@ SPECIAL : Collection of common folders available in - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -43451,7 +43956,7 @@ SPECIAL : Collection of common folders available in - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -44725,6 +45230,11 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveItem.md index 93dcc1fccfa..e4d151a1946 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveItem.md @@ -1922,9 +1922,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2045,11 +2045,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2508,7 +2508,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2605,7 +2605,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2692,14 +2692,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -3057,7 +3103,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4331,6 +4377,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6423,9 +6474,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6546,11 +6597,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -7024,7 +7075,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7121,7 +7172,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7208,14 +7259,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7573,7 +7670,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8847,6 +8944,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10949,9 +11051,9 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11072,11 +11174,11 @@ BODYPARAMETER : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11579,7 +11681,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11676,7 +11778,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11763,14 +11865,60 @@ BODYPARAMETER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -12128,7 +12276,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13402,6 +13550,11 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15478,9 +15631,9 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15601,11 +15754,11 @@ CHILDREN : Collection containing Item objects for t - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16108,7 +16261,7 @@ CHILDREN : Collection containing Item objects for t - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16205,7 +16358,7 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16292,14 +16445,60 @@ CHILDREN : Collection containing Item objects for t - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -16657,7 +16856,7 @@ CHILDREN : Collection containing Item objects for t - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17931,6 +18130,11 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -20007,9 +20211,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20130,11 +20334,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20606,7 +20810,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21178,7 +21382,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21265,14 +21469,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21594,7 +21844,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22864,6 +23114,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24599,9 +24854,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24722,11 +24977,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -25198,7 +25453,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25770,7 +26025,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25857,14 +26112,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -26186,7 +26487,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27456,6 +27757,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -29125,9 +29431,9 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -29248,11 +29554,11 @@ LISTITEM : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29679,7 +29985,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -30254,7 +30560,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -30341,14 +30647,60 @@ LISTITEM : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30670,7 +31022,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31940,6 +32292,11 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -33005,7 +33362,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveItemListItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveItemListItem.md index 74f1a8572a7..a696f3d1977 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveItemListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveItemListItem.md @@ -1473,9 +1473,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1596,11 +1596,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2059,7 +2059,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2156,7 +2156,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2243,14 +2243,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2608,7 +2654,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3882,6 +3928,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5974,9 +6025,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6097,11 +6148,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6575,7 +6626,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6672,7 +6723,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6759,14 +6810,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7124,7 +7221,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8398,6 +8495,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10481,9 +10583,9 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10604,11 +10706,11 @@ BODYPARAMETER : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11035,7 +11137,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11610,7 +11712,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11697,14 +11799,60 @@ BODYPARAMETER : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12026,7 +12174,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13296,6 +13444,11 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15015,9 +15168,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15138,11 +15291,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15614,7 +15767,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16186,7 +16339,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16273,14 +16426,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16602,7 +16801,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17872,6 +18071,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19572,9 +19776,9 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19695,11 +19899,11 @@ DRIVEITEM : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20202,7 +20406,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20299,7 +20503,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20386,14 +20590,60 @@ DRIVEITEM : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20751,7 +21001,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22025,6 +22275,11 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24126,9 +24381,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24249,11 +24504,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24725,7 +24980,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25297,7 +25552,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25384,14 +25639,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25713,7 +26014,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26983,6 +27284,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveItemSubscription.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveItemSubscription.md index f07e3cecbff..c3e1208cf66 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveItemSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveItemSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -501,7 +503,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveList.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveList.md index 339a8129f55..0abaa831601 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveList.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveList.md @@ -1490,9 +1490,9 @@ ACTIVITIES : The recent activities that took p - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1613,11 +1613,11 @@ ACTIVITIES : The recent activities that took p - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2076,7 +2076,7 @@ ACTIVITIES : The recent activities that took p - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2173,7 +2173,7 @@ ACTIVITIES : The recent activities that took p - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2260,14 +2260,60 @@ ACTIVITIES : The recent activities that took p - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2625,7 +2671,7 @@ ACTIVITIES : The recent activities that took p - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3899,6 +3945,11 @@ ACTIVITIES : The recent activities that took p - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5975,9 +6026,9 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6098,11 +6149,11 @@ BODYPARAMETER : list - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6574,7 +6625,7 @@ BODYPARAMETER : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7094,7 +7145,7 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7205,14 +7256,60 @@ BODYPARAMETER : list - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7534,7 +7631,7 @@ BODYPARAMETER : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8804,6 +8901,11 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10825,9 +10927,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10948,11 +11050,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11424,7 +11526,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11996,7 +12098,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12083,14 +12185,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12412,7 +12560,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13682,6 +13830,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15351,9 +15504,9 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15474,11 +15627,11 @@ DRIVE : drive - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15957,7 +16110,7 @@ DRIVE : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16487,7 +16640,7 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16574,14 +16727,60 @@ DRIVE : drive - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16903,7 +17102,7 @@ DRIVE : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18173,6 +18372,11 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19897,9 +20101,9 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20020,11 +20224,11 @@ ITEMS : All items contained in the list. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20451,7 +20655,7 @@ ITEMS : All items contained in the list. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21026,7 +21230,7 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21113,14 +21317,60 @@ ITEMS : All items contained in the list. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21442,7 +21692,7 @@ ITEMS : All items contained in the list. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22712,6 +22962,11 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24426,9 +24681,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24549,11 +24804,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -25025,7 +25280,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25597,7 +25852,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25684,14 +25939,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -26013,7 +26314,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27283,6 +27584,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -28120,7 +28426,7 @@ SHAREPOINTIDS : sharepointIds SUBSCRIPTIONS : The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveListItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveListItem.md index cee15d43c98..50adae43dac 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveListItem.md @@ -1472,9 +1472,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1595,11 +1595,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2058,7 +2058,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2155,7 +2155,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2242,14 +2242,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2607,7 +2653,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3881,6 +3927,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5973,9 +6024,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6096,11 +6147,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6574,7 +6625,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6671,7 +6722,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6758,14 +6809,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7123,7 +7220,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8397,6 +8494,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10480,9 +10582,9 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10603,11 +10705,11 @@ BODYPARAMETER : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11034,7 +11136,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11609,7 +11711,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11696,14 +11798,60 @@ BODYPARAMETER : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12025,7 +12173,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13295,6 +13443,11 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15014,9 +15167,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15137,11 +15290,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15613,7 +15766,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16185,7 +16338,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16272,14 +16425,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16601,7 +16800,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17871,6 +18070,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19571,9 +19775,9 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19694,11 +19898,11 @@ DRIVEITEM : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20201,7 +20405,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20298,7 +20502,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20385,14 +20589,60 @@ DRIVEITEM : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20750,7 +21000,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22024,6 +22274,11 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24125,9 +24380,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24248,11 +24503,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24724,7 +24979,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25296,7 +25551,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25383,14 +25638,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25712,7 +26013,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26982,6 +27283,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveListSubscription.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveListSubscription.md index 95059e70f40..12f2f85ef8f 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveListSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveListSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -486,7 +488,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveRoot.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveRoot.md index f7c94aa367c..6978f12e2ae 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveRoot.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveRoot.md @@ -1907,9 +1907,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2030,11 +2030,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2493,7 +2493,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2590,7 +2590,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2677,14 +2677,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -3042,7 +3088,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4316,6 +4362,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6408,9 +6459,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6531,11 +6582,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -7009,7 +7060,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7106,7 +7157,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7193,14 +7244,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7558,7 +7655,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8832,6 +8929,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10934,9 +11036,9 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11057,11 +11159,11 @@ BODYPARAMETER : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11564,7 +11666,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11661,7 +11763,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11748,14 +11850,60 @@ BODYPARAMETER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -12113,7 +12261,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13387,6 +13535,11 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15463,9 +15616,9 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15586,11 +15739,11 @@ CHILDREN : Collection containing Item objects for t - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16093,7 +16246,7 @@ CHILDREN : Collection containing Item objects for t - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16190,7 +16343,7 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16277,14 +16430,60 @@ CHILDREN : Collection containing Item objects for t - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -16642,7 +16841,7 @@ CHILDREN : Collection containing Item objects for t - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17916,6 +18115,11 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19992,9 +20196,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20115,11 +20319,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20591,7 +20795,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21163,7 +21367,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21250,14 +21454,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21579,7 +21829,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22849,6 +23099,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24584,9 +24839,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24707,11 +24962,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -25183,7 +25438,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25755,7 +26010,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25842,14 +26097,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -26171,7 +26472,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27441,6 +27742,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -29110,9 +29416,9 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -29233,11 +29539,11 @@ LISTITEM : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29664,7 +29970,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -30239,7 +30545,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -30326,14 +30632,60 @@ LISTITEM : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30655,7 +31007,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31925,6 +32277,11 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -32990,7 +33347,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItem.md index 74e67f86962..9a1219c34e6 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItem.md @@ -1457,9 +1457,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1580,11 +1580,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2043,7 +2043,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2140,7 +2140,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2227,14 +2227,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2592,7 +2638,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3866,6 +3912,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5958,9 +6009,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6081,11 +6132,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6559,7 +6610,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6656,7 +6707,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6743,14 +6794,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7108,7 +7205,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8382,6 +8479,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10465,9 +10567,9 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10588,11 +10690,11 @@ BODYPARAMETER : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11019,7 +11121,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11594,7 +11696,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11681,14 +11783,60 @@ BODYPARAMETER : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12010,7 +12158,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13280,6 +13428,11 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14999,9 +15152,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15122,11 +15275,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15598,7 +15751,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16170,7 +16323,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16257,14 +16410,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16586,7 +16785,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17856,6 +18055,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19556,9 +19760,9 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19679,11 +19883,11 @@ DRIVEITEM : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20186,7 +20390,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20283,7 +20487,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20370,14 +20574,60 @@ DRIVEITEM : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20735,7 +20985,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22009,6 +22259,11 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24110,9 +24365,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24233,11 +24488,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24709,7 +24964,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25281,7 +25536,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25368,14 +25623,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25697,7 +25998,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26967,6 +27268,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootSubscription.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootSubscription.md index 056958cf593..c827bb5ae02 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -486,7 +488,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDrive.md b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDrive.md index 55146d7a0c6..ab3e4e7a50b 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDrive.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDrive.md @@ -1531,9 +1531,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1654,11 +1654,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2117,7 +2117,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2214,7 +2214,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2301,14 +2301,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2666,7 +2712,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3940,6 +3986,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6016,9 +6067,9 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6139,11 +6190,11 @@ BODYPARAMETER : drive - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6622,7 +6673,7 @@ BODYPARAMETER : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7152,7 +7203,7 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7239,14 +7290,60 @@ BODYPARAMETER : drive - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7568,7 +7665,7 @@ BODYPARAMETER : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8838,6 +8935,11 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10537,9 +10639,9 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10660,11 +10762,11 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11167,7 +11269,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11264,7 +11366,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11351,14 +11453,60 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -11716,7 +11864,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -12990,6 +13138,11 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15066,9 +15219,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15189,11 +15342,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15665,7 +15818,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16237,7 +16390,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16324,14 +16477,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16653,7 +16852,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17923,6 +18122,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19591,9 +19795,9 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19714,11 +19918,11 @@ FOLLOWING : The list of items the user is following - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20221,7 +20425,7 @@ FOLLOWING : The list of items the user is following - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20318,7 +20522,7 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20405,14 +20609,60 @@ FOLLOWING : The list of items the user is following - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20770,7 +21020,7 @@ FOLLOWING : The list of items the user is following - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22044,6 +22294,11 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24138,9 +24393,9 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24261,11 +24516,11 @@ ITEMS : All items contained in the drive. Read-only - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24768,7 +25023,7 @@ ITEMS : All items contained in the drive. Read-only - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -24865,7 +25120,7 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -24952,14 +25207,60 @@ ITEMS : All items contained in the drive. Read-only - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -25317,7 +25618,7 @@ ITEMS : All items contained in the drive. Read-only - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26591,6 +26892,11 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -28667,9 +28973,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -28790,11 +29096,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29266,7 +29572,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -29838,7 +30144,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -29925,14 +30231,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30254,7 +30606,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31524,6 +31876,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -33193,9 +33550,9 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -33316,11 +33673,11 @@ LIST : list - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -33792,7 +34149,7 @@ LIST : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -34312,7 +34669,7 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -34423,14 +34780,60 @@ LIST : list - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -34752,7 +35155,7 @@ LIST : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -36022,6 +36425,11 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -37755,9 +38163,9 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -37878,11 +38286,11 @@ ROOT : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -38385,7 +38793,7 @@ ROOT : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -38482,7 +38890,7 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -38569,14 +38977,60 @@ ROOT : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -38934,7 +39388,7 @@ ROOT : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -40208,6 +40662,11 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -42287,9 +42746,9 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -42410,11 +42869,11 @@ SPECIAL : Collection of common folders available in - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -42917,7 +43376,7 @@ SPECIAL : Collection of common folders available in - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -43014,7 +43473,7 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -43101,14 +43560,60 @@ SPECIAL : Collection of common folders available in - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -43466,7 +43971,7 @@ SPECIAL : Collection of common folders available in - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -44740,6 +45245,11 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItem.md index 441d07bd4a4..2e64d8d3fe1 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItem.md @@ -1937,9 +1937,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2060,11 +2060,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2523,7 +2523,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2620,7 +2620,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2707,14 +2707,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -3072,7 +3118,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4346,6 +4392,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6438,9 +6489,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6561,11 +6612,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -7039,7 +7090,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7136,7 +7187,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7223,14 +7274,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7588,7 +7685,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8862,6 +8959,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10964,9 +11066,9 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11087,11 +11189,11 @@ BODYPARAMETER : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11594,7 +11696,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11691,7 +11793,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11778,14 +11880,60 @@ BODYPARAMETER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -12143,7 +12291,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13417,6 +13565,11 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15493,9 +15646,9 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15616,11 +15769,11 @@ CHILDREN : Collection containing Item objects for t - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16123,7 +16276,7 @@ CHILDREN : Collection containing Item objects for t - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16220,7 +16373,7 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16307,14 +16460,60 @@ CHILDREN : Collection containing Item objects for t - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -16672,7 +16871,7 @@ CHILDREN : Collection containing Item objects for t - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17946,6 +18145,11 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -20022,9 +20226,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20145,11 +20349,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20621,7 +20825,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21193,7 +21397,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21280,14 +21484,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21609,7 +21859,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22879,6 +23129,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24614,9 +24869,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24737,11 +24992,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -25213,7 +25468,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25785,7 +26040,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25872,14 +26127,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -26201,7 +26502,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27471,6 +27772,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -29140,9 +29446,9 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -29263,11 +29569,11 @@ LISTITEM : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29694,7 +30000,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -30269,7 +30575,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -30356,14 +30662,60 @@ LISTITEM : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30685,7 +31037,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31955,6 +32307,11 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -33020,7 +33377,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItemListItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItemListItem.md index f50755e9d8c..20d220f7f8d 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItemListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItemListItem.md @@ -1488,9 +1488,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1611,11 +1611,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2074,7 +2074,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2171,7 +2171,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2258,14 +2258,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2623,7 +2669,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3897,6 +3943,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5989,9 +6040,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6112,11 +6163,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6590,7 +6641,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6687,7 +6738,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6774,14 +6825,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7139,7 +7236,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8413,6 +8510,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10496,9 +10598,9 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10619,11 +10721,11 @@ BODYPARAMETER : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11050,7 +11152,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11625,7 +11727,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11712,14 +11814,60 @@ BODYPARAMETER : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12041,7 +12189,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13311,6 +13459,11 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15030,9 +15183,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15153,11 +15306,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15629,7 +15782,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16201,7 +16354,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16288,14 +16441,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16617,7 +16816,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17887,6 +18086,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19587,9 +19791,9 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19710,11 +19914,11 @@ DRIVEITEM : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20217,7 +20421,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20314,7 +20518,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20401,14 +20605,60 @@ DRIVEITEM : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20766,7 +21016,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22040,6 +22290,11 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24141,9 +24396,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24264,11 +24519,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24740,7 +24995,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25312,7 +25567,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25399,14 +25654,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25728,7 +26029,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26998,6 +27299,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItemSubscription.md b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItemSubscription.md index c9365542159..340b387d971 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItemSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItemSubscription.md @@ -109,6 +109,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -517,7 +519,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveList.md b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveList.md index 4d5672bca74..57c952809df 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveList.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveList.md @@ -1505,9 +1505,9 @@ ACTIVITIES : The recent activities that took p - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1628,11 +1628,11 @@ ACTIVITIES : The recent activities that took p - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2091,7 +2091,7 @@ ACTIVITIES : The recent activities that took p - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2188,7 +2188,7 @@ ACTIVITIES : The recent activities that took p - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2275,14 +2275,60 @@ ACTIVITIES : The recent activities that took p - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2640,7 +2686,7 @@ ACTIVITIES : The recent activities that took p - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3914,6 +3960,11 @@ ACTIVITIES : The recent activities that took p - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5990,9 +6041,9 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6113,11 +6164,11 @@ BODYPARAMETER : list - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6589,7 +6640,7 @@ BODYPARAMETER : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7109,7 +7160,7 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7220,14 +7271,60 @@ BODYPARAMETER : list - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7549,7 +7646,7 @@ BODYPARAMETER : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8819,6 +8916,11 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10840,9 +10942,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10963,11 +11065,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11439,7 +11541,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12011,7 +12113,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12098,14 +12200,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12427,7 +12575,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13697,6 +13845,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15366,9 +15519,9 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15489,11 +15642,11 @@ DRIVE : drive - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15972,7 +16125,7 @@ DRIVE : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16502,7 +16655,7 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16589,14 +16742,60 @@ DRIVE : drive - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16918,7 +17117,7 @@ DRIVE : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18188,6 +18387,11 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19912,9 +20116,9 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20035,11 +20239,11 @@ ITEMS : All items contained in the list. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20466,7 +20670,7 @@ ITEMS : All items contained in the list. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21041,7 +21245,7 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21128,14 +21332,60 @@ ITEMS : All items contained in the list. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21457,7 +21707,7 @@ ITEMS : All items contained in the list. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22727,6 +22977,11 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24441,9 +24696,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24564,11 +24819,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -25040,7 +25295,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25612,7 +25867,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25699,14 +25954,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -26028,7 +26329,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27298,6 +27599,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -28135,7 +28441,7 @@ SHAREPOINTIDS : sharepointIds SUBSCRIPTIONS : The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveListItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveListItem.md index 1b6fbb9ec00..b3abe0add08 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveListItem.md @@ -1488,9 +1488,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1611,11 +1611,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2074,7 +2074,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2171,7 +2171,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2258,14 +2258,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2623,7 +2669,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3897,6 +3943,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5989,9 +6040,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6112,11 +6163,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6590,7 +6641,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6687,7 +6738,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6774,14 +6825,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7139,7 +7236,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8413,6 +8510,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10496,9 +10598,9 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10619,11 +10721,11 @@ BODYPARAMETER : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11050,7 +11152,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11625,7 +11727,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11712,14 +11814,60 @@ BODYPARAMETER : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12041,7 +12189,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13311,6 +13459,11 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15030,9 +15183,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15153,11 +15306,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15629,7 +15782,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16201,7 +16354,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16288,14 +16441,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16617,7 +16816,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17887,6 +18086,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19587,9 +19791,9 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19710,11 +19914,11 @@ DRIVEITEM : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20217,7 +20421,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20314,7 +20518,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20401,14 +20605,60 @@ DRIVEITEM : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20766,7 +21016,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22040,6 +22290,11 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24141,9 +24396,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24264,11 +24519,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24740,7 +24995,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25312,7 +25567,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25399,14 +25654,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25728,7 +26029,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26998,6 +27299,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveListSubscription.md b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveListSubscription.md index aed2ddf089b..d38c6a30429 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveListSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveListSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -501,7 +503,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRoot.md b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRoot.md index 5702b4b14d6..9d945322e28 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRoot.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRoot.md @@ -1922,9 +1922,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2045,11 +2045,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2508,7 +2508,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2605,7 +2605,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2692,14 +2692,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -3057,7 +3103,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4331,6 +4377,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6423,9 +6474,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6546,11 +6597,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -7024,7 +7075,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7121,7 +7172,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7208,14 +7259,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7573,7 +7670,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8847,6 +8944,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10949,9 +11051,9 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11072,11 +11174,11 @@ BODYPARAMETER : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11579,7 +11681,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11676,7 +11778,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11763,14 +11865,60 @@ BODYPARAMETER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -12128,7 +12276,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13402,6 +13550,11 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15478,9 +15631,9 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15601,11 +15754,11 @@ CHILDREN : Collection containing Item objects for t - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16108,7 +16261,7 @@ CHILDREN : Collection containing Item objects for t - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16205,7 +16358,7 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16292,14 +16445,60 @@ CHILDREN : Collection containing Item objects for t - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -16657,7 +16856,7 @@ CHILDREN : Collection containing Item objects for t - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17931,6 +18130,11 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -20007,9 +20211,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20130,11 +20334,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20606,7 +20810,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21178,7 +21382,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21265,14 +21469,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21594,7 +21844,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22864,6 +23114,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24599,9 +24854,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24722,11 +24977,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -25198,7 +25453,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25770,7 +26025,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25857,14 +26112,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -26186,7 +26487,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27456,6 +27757,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -29125,9 +29431,9 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -29248,11 +29554,11 @@ LISTITEM : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29679,7 +29985,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -30254,7 +30560,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -30341,14 +30647,60 @@ LISTITEM : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30670,7 +31022,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31940,6 +32292,11 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -33005,7 +33362,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRootListItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRootListItem.md index 45b610f03e4..c3fb721e200 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRootListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRootListItem.md @@ -1473,9 +1473,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1596,11 +1596,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2059,7 +2059,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2156,7 +2156,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2243,14 +2243,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2608,7 +2654,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3882,6 +3928,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5974,9 +6025,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6097,11 +6148,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6575,7 +6626,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6672,7 +6723,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6759,14 +6810,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7124,7 +7221,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8398,6 +8495,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10481,9 +10583,9 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10604,11 +10706,11 @@ BODYPARAMETER : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11035,7 +11137,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11610,7 +11712,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11697,14 +11799,60 @@ BODYPARAMETER : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12026,7 +12174,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13296,6 +13444,11 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15015,9 +15168,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15138,11 +15291,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15614,7 +15767,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16186,7 +16339,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16273,14 +16426,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16602,7 +16801,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17872,6 +18071,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19572,9 +19776,9 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19695,11 +19899,11 @@ DRIVEITEM : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20202,7 +20406,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20299,7 +20503,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20386,14 +20590,60 @@ DRIVEITEM : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20751,7 +21001,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22025,6 +22275,11 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24126,9 +24381,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24249,11 +24504,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24725,7 +24980,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25297,7 +25552,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25384,14 +25639,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25713,7 +26014,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26983,6 +27284,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRootSubscription.md b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRootSubscription.md index c0fa3a9d19d..0b2d2382f90 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRootSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRootSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -501,7 +503,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgShareList.md b/src/Files/Files/docs/v1.0-beta/Update-MgShareList.md index 184483ff02d..bec6d412ea1 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgShareList.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgShareList.md @@ -1490,9 +1490,9 @@ ACTIVITIES : The recent activities that took p - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1613,11 +1613,11 @@ ACTIVITIES : The recent activities that took p - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2076,7 +2076,7 @@ ACTIVITIES : The recent activities that took p - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2173,7 +2173,7 @@ ACTIVITIES : The recent activities that took p - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2260,14 +2260,60 @@ ACTIVITIES : The recent activities that took p - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2625,7 +2671,7 @@ ACTIVITIES : The recent activities that took p - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3899,6 +3945,11 @@ ACTIVITIES : The recent activities that took p - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5975,9 +6026,9 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6098,11 +6149,11 @@ BODYPARAMETER : list - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6574,7 +6625,7 @@ BODYPARAMETER : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7094,7 +7145,7 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7205,14 +7256,60 @@ BODYPARAMETER : list - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7534,7 +7631,7 @@ BODYPARAMETER : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8804,6 +8901,11 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10825,9 +10927,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10948,11 +11050,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11424,7 +11526,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11996,7 +12098,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12083,14 +12185,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12412,7 +12560,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13682,6 +13830,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15351,9 +15504,9 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15474,11 +15627,11 @@ DRIVE : drive - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15957,7 +16110,7 @@ DRIVE : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16487,7 +16640,7 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16574,14 +16727,60 @@ DRIVE : drive - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16903,7 +17102,7 @@ DRIVE : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18173,6 +18372,11 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19897,9 +20101,9 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20020,11 +20224,11 @@ ITEMS : All items contained in the list. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20451,7 +20655,7 @@ ITEMS : All items contained in the list. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21026,7 +21230,7 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21113,14 +21317,60 @@ ITEMS : All items contained in the list. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21442,7 +21692,7 @@ ITEMS : All items contained in the list. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22712,6 +22962,11 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24426,9 +24681,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24549,11 +24804,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -25025,7 +25280,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25597,7 +25852,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25684,14 +25939,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -26013,7 +26314,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27283,6 +27584,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -28120,7 +28426,7 @@ SHAREPOINTIDS : sharepointIds SUBSCRIPTIONS : The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgShareListItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgShareListItem.md index d93ebf28bd6..84c2315de72 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgShareListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgShareListItem.md @@ -1513,9 +1513,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1636,11 +1636,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2099,7 +2099,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2196,7 +2196,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2283,14 +2283,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2648,7 +2694,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3922,6 +3968,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6014,9 +6065,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6137,11 +6188,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6615,7 +6666,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6712,7 +6763,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6799,14 +6850,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7164,7 +7261,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8438,6 +8535,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10521,9 +10623,9 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10644,11 +10746,11 @@ BODYPARAMETER : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11075,7 +11177,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11650,7 +11752,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11737,14 +11839,60 @@ BODYPARAMETER : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12066,7 +12214,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13336,6 +13484,11 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15055,9 +15208,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15178,11 +15331,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15654,7 +15807,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16226,7 +16379,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16313,14 +16466,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16642,7 +16841,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17912,6 +18111,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19612,9 +19816,9 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19735,11 +19939,11 @@ DRIVEITEM : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20242,7 +20446,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20339,7 +20543,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20426,14 +20630,60 @@ DRIVEITEM : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20791,7 +21041,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22065,6 +22315,11 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24166,9 +24421,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24289,11 +24544,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24765,7 +25020,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25337,7 +25592,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25424,14 +25679,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25753,7 +26054,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27023,6 +27324,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgShareListSubscription.md b/src/Files/Files/docs/v1.0-beta/Update-MgShareListSubscription.md index edd324528ae..bbad26c04be 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgShareListSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgShareListSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -486,7 +488,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgShareSharedDriveItemSharedDriveItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgShareSharedDriveItemSharedDriveItem.md index a00bcab2ebd..8d35d3021b4 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgShareSharedDriveItemSharedDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgShareSharedDriveItemSharedDriveItem.md @@ -1404,9 +1404,9 @@ BODYPARAMETER : sharedDriveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1527,11 +1527,11 @@ BODYPARAMETER : sharedDriveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2003,7 +2003,7 @@ BODYPARAMETER : sharedDriveItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2575,7 +2575,7 @@ BODYPARAMETER : sharedDriveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2662,14 +2662,60 @@ BODYPARAMETER : sharedDriveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2991,7 +3037,7 @@ BODYPARAMETER : sharedDriveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4261,6 +4307,11 @@ BODYPARAMETER : sharedDriveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5954,9 +6005,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6077,11 +6128,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6553,7 +6604,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7125,7 +7176,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7212,14 +7263,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7541,7 +7638,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8811,6 +8908,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10480,9 +10582,9 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10603,11 +10705,11 @@ DRIVEITEM : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11110,7 +11212,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11207,7 +11309,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11294,14 +11396,60 @@ DRIVEITEM : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -11659,7 +11807,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -12933,6 +13081,11 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15027,9 +15180,9 @@ ITEMS : All driveItems contained in the sharing roo - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15150,11 +15303,11 @@ ITEMS : All driveItems contained in the sharing roo - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15657,7 +15810,7 @@ ITEMS : All driveItems contained in the sharing roo - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -15754,7 +15907,7 @@ ITEMS : All driveItems contained in the sharing roo - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15841,14 +15994,60 @@ ITEMS : All driveItems contained in the sharing roo - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -16206,7 +16405,7 @@ ITEMS : All driveItems contained in the sharing roo - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17480,6 +17679,11 @@ ITEMS : All driveItems contained in the sharing roo - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19556,9 +19760,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19679,11 +19883,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20155,7 +20359,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20727,7 +20931,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20814,14 +21018,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21143,7 +21393,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22413,6 +22663,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24082,9 +24337,9 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24205,11 +24460,11 @@ LIST : list - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24681,7 +24936,7 @@ LIST : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25201,7 +25456,7 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25312,14 +25567,60 @@ LIST : list - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25641,7 +25942,7 @@ LIST : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26911,6 +27212,11 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -28605,9 +28911,9 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -28728,11 +29034,11 @@ LISTITEM : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29159,7 +29465,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -29734,7 +30040,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -29821,14 +30127,60 @@ LISTITEM : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30150,7 +30502,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31420,6 +31772,11 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -33218,9 +33575,9 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -33341,11 +33698,11 @@ ROOT : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -33848,7 +34205,7 @@ ROOT : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -33945,7 +34302,7 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -34032,14 +34389,60 @@ ROOT : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -34397,7 +34800,7 @@ ROOT : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -35671,6 +36074,11 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -37741,9 +38149,9 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -37864,11 +38272,11 @@ SITE : site - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -38340,7 +38748,7 @@ SITE : site - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -39142,7 +39550,7 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -39251,7 +39659,7 @@ SITE : site - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -40521,6 +40929,11 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -41340,14 +41753,60 @@ SITE : site - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgUserDrive.md b/src/Files/Files/docs/v1.0-beta/Update-MgUserDrive.md index 4535eea34f6..ac19fd26337 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDrive.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDrive.md @@ -1531,9 +1531,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1654,11 +1654,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2117,7 +2117,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2214,7 +2214,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2301,14 +2301,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2666,7 +2712,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3940,6 +3986,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6016,9 +6067,9 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6139,11 +6190,11 @@ BODYPARAMETER : drive - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6622,7 +6673,7 @@ BODYPARAMETER : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7152,7 +7203,7 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7239,14 +7290,60 @@ BODYPARAMETER : drive - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7568,7 +7665,7 @@ BODYPARAMETER : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8838,6 +8935,11 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10537,9 +10639,9 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10660,11 +10762,11 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11167,7 +11269,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11264,7 +11366,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11351,14 +11453,60 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -11716,7 +11864,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -12990,6 +13138,11 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15066,9 +15219,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15189,11 +15342,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15665,7 +15818,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16237,7 +16390,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16324,14 +16477,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16653,7 +16852,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17923,6 +18122,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19591,9 +19795,9 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19714,11 +19918,11 @@ FOLLOWING : The list of items the user is following - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20221,7 +20425,7 @@ FOLLOWING : The list of items the user is following - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20318,7 +20522,7 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20405,14 +20609,60 @@ FOLLOWING : The list of items the user is following - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20770,7 +21020,7 @@ FOLLOWING : The list of items the user is following - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22044,6 +22294,11 @@ FOLLOWING : The list of items the user is following - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24138,9 +24393,9 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24261,11 +24516,11 @@ ITEMS : All items contained in the drive. Read-only - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24768,7 +25023,7 @@ ITEMS : All items contained in the drive. Read-only - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -24865,7 +25120,7 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -24952,14 +25207,60 @@ ITEMS : All items contained in the drive. Read-only - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -25317,7 +25618,7 @@ ITEMS : All items contained in the drive. Read-only - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26591,6 +26892,11 @@ ITEMS : All items contained in the drive. Read-only - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -28667,9 +28973,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -28790,11 +29096,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29266,7 +29572,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -29838,7 +30144,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -29925,14 +30231,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30254,7 +30606,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31524,6 +31876,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -33193,9 +33550,9 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -33316,11 +33673,11 @@ LIST : list - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -33792,7 +34149,7 @@ LIST : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -34312,7 +34669,7 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -34423,14 +34780,60 @@ LIST : list - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -34752,7 +35155,7 @@ LIST : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -36022,6 +36425,11 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -37755,9 +38163,9 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -37878,11 +38286,11 @@ ROOT : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -38385,7 +38793,7 @@ ROOT : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -38482,7 +38890,7 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -38569,14 +38977,60 @@ ROOT : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -38934,7 +39388,7 @@ ROOT : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -40208,6 +40662,11 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -42287,9 +42746,9 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -42410,11 +42869,11 @@ SPECIAL : Collection of common folders available in - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -42917,7 +43376,7 @@ SPECIAL : Collection of common folders available in - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -43014,7 +43473,7 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -43101,14 +43560,60 @@ SPECIAL : Collection of common folders available in - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -43466,7 +43971,7 @@ SPECIAL : Collection of common folders available in - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -44740,6 +45245,11 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItem.md index 0fb2648c059..3d9e342a092 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItem.md @@ -1937,9 +1937,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2060,11 +2060,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2523,7 +2523,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2620,7 +2620,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2707,14 +2707,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -3072,7 +3118,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4346,6 +4392,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6438,9 +6489,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6561,11 +6612,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -7039,7 +7090,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7136,7 +7187,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7223,14 +7274,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7588,7 +7685,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8862,6 +8959,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10964,9 +11066,9 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11087,11 +11189,11 @@ BODYPARAMETER : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11594,7 +11696,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11691,7 +11793,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11778,14 +11880,60 @@ BODYPARAMETER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -12143,7 +12291,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13417,6 +13565,11 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15493,9 +15646,9 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15616,11 +15769,11 @@ CHILDREN : Collection containing Item objects for t - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16123,7 +16276,7 @@ CHILDREN : Collection containing Item objects for t - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16220,7 +16373,7 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16307,14 +16460,60 @@ CHILDREN : Collection containing Item objects for t - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -16672,7 +16871,7 @@ CHILDREN : Collection containing Item objects for t - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17946,6 +18145,11 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -20022,9 +20226,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20145,11 +20349,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20621,7 +20825,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21193,7 +21397,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21280,14 +21484,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21609,7 +21859,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22879,6 +23129,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24614,9 +24869,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24737,11 +24992,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -25213,7 +25468,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25785,7 +26040,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25872,14 +26127,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -26201,7 +26502,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27471,6 +27772,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -29140,9 +29446,9 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -29263,11 +29569,11 @@ LISTITEM : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29694,7 +30000,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -30269,7 +30575,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -30356,14 +30662,60 @@ LISTITEM : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30685,7 +31037,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31955,6 +32307,11 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -33020,7 +33377,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItemListItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItemListItem.md index b1140f9a9ce..dd5386e6cd5 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItemListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItemListItem.md @@ -1488,9 +1488,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1611,11 +1611,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2074,7 +2074,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2171,7 +2171,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2258,14 +2258,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2623,7 +2669,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3897,6 +3943,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5989,9 +6040,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6112,11 +6163,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6590,7 +6641,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6687,7 +6738,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6774,14 +6825,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7139,7 +7236,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8413,6 +8510,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10496,9 +10598,9 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10619,11 +10721,11 @@ BODYPARAMETER : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11050,7 +11152,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11625,7 +11727,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11712,14 +11814,60 @@ BODYPARAMETER : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12041,7 +12189,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13311,6 +13459,11 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15030,9 +15183,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15153,11 +15306,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15629,7 +15782,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16201,7 +16354,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16288,14 +16441,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16617,7 +16816,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17887,6 +18086,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19587,9 +19791,9 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19710,11 +19914,11 @@ DRIVEITEM : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20217,7 +20421,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20314,7 +20518,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20401,14 +20605,60 @@ DRIVEITEM : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20766,7 +21016,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22040,6 +22290,11 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24141,9 +24396,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24264,11 +24519,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24740,7 +24995,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25312,7 +25567,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25399,14 +25654,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25728,7 +26029,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26998,6 +27299,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItemSubscription.md b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItemSubscription.md index 36c93d9f549..b54c125b16b 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItemSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItemSubscription.md @@ -109,6 +109,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -517,7 +519,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveList.md b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveList.md index 4d00c04ada0..fd9a74805ee 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveList.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveList.md @@ -1505,9 +1505,9 @@ ACTIVITIES : The recent activities that took p - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1628,11 +1628,11 @@ ACTIVITIES : The recent activities that took p - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2091,7 +2091,7 @@ ACTIVITIES : The recent activities that took p - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2188,7 +2188,7 @@ ACTIVITIES : The recent activities that took p - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2275,14 +2275,60 @@ ACTIVITIES : The recent activities that took p - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2640,7 +2686,7 @@ ACTIVITIES : The recent activities that took p - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3914,6 +3960,11 @@ ACTIVITIES : The recent activities that took p - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5990,9 +6041,9 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6113,11 +6164,11 @@ BODYPARAMETER : list - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6589,7 +6640,7 @@ BODYPARAMETER : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7109,7 +7160,7 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7220,14 +7271,60 @@ BODYPARAMETER : list - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7549,7 +7646,7 @@ BODYPARAMETER : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8819,6 +8916,11 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10840,9 +10942,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10963,11 +11065,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11439,7 +11541,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12011,7 +12113,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12098,14 +12200,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12427,7 +12575,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13697,6 +13845,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15366,9 +15519,9 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15489,11 +15642,11 @@ DRIVE : drive - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15972,7 +16125,7 @@ DRIVE : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16502,7 +16655,7 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16589,14 +16742,60 @@ DRIVE : drive - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16918,7 +17117,7 @@ DRIVE : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18188,6 +18387,11 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19912,9 +20116,9 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20035,11 +20239,11 @@ ITEMS : All items contained in the list. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20466,7 +20670,7 @@ ITEMS : All items contained in the list. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21041,7 +21245,7 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21128,14 +21332,60 @@ ITEMS : All items contained in the list. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21457,7 +21707,7 @@ ITEMS : All items contained in the list. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22727,6 +22977,11 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24441,9 +24696,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24564,11 +24819,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -25040,7 +25295,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25612,7 +25867,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25699,14 +25954,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -26028,7 +26329,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27298,6 +27599,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -28135,7 +28441,7 @@ SHAREPOINTIDS : sharepointIds SUBSCRIPTIONS : The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveListItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveListItem.md index a9e8d3e1683..5edd41a0d8c 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveListItem.md @@ -1488,9 +1488,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1611,11 +1611,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2074,7 +2074,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2171,7 +2171,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2258,14 +2258,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2623,7 +2669,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3897,6 +3943,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5989,9 +6040,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6112,11 +6163,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6590,7 +6641,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6687,7 +6738,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6774,14 +6825,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7139,7 +7236,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8413,6 +8510,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10496,9 +10598,9 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10619,11 +10721,11 @@ BODYPARAMETER : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11050,7 +11152,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11625,7 +11727,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11712,14 +11814,60 @@ BODYPARAMETER : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12041,7 +12189,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13311,6 +13459,11 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15030,9 +15183,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15153,11 +15306,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15629,7 +15782,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16201,7 +16354,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16288,14 +16441,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16617,7 +16816,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17887,6 +18086,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19587,9 +19791,9 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19710,11 +19914,11 @@ DRIVEITEM : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20217,7 +20421,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20314,7 +20518,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20401,14 +20605,60 @@ DRIVEITEM : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20766,7 +21016,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22040,6 +22290,11 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24141,9 +24396,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24264,11 +24519,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24740,7 +24995,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25312,7 +25567,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25399,14 +25654,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25728,7 +26029,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26998,6 +27299,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveListSubscription.md b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveListSubscription.md index 57d58eeec91..ffd9a1ca4e6 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveListSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveListSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -501,7 +503,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRoot.md b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRoot.md index 8a4efb9a7ce..025db8e4a0b 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRoot.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRoot.md @@ -1922,9 +1922,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2045,11 +2045,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2508,7 +2508,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2605,7 +2605,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2692,14 +2692,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -3057,7 +3103,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4331,6 +4377,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6423,9 +6474,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6546,11 +6597,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -7024,7 +7075,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7121,7 +7172,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7208,14 +7259,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7573,7 +7670,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8847,6 +8944,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10949,9 +11051,9 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11072,11 +11174,11 @@ BODYPARAMETER : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11579,7 +11681,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11676,7 +11778,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11763,14 +11865,60 @@ BODYPARAMETER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -12128,7 +12276,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13402,6 +13550,11 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15478,9 +15631,9 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15601,11 +15754,11 @@ CHILDREN : Collection containing Item objects for t - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16108,7 +16261,7 @@ CHILDREN : Collection containing Item objects for t - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16205,7 +16358,7 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16292,14 +16445,60 @@ CHILDREN : Collection containing Item objects for t - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -16657,7 +16856,7 @@ CHILDREN : Collection containing Item objects for t - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17931,6 +18130,11 @@ CHILDREN : Collection containing Item objects for t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -20007,9 +20211,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20130,11 +20334,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20606,7 +20810,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21178,7 +21382,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21265,14 +21469,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21594,7 +21844,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22864,6 +23114,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24599,9 +24854,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24722,11 +24977,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -25198,7 +25453,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25770,7 +26025,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25857,14 +26112,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -26186,7 +26487,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27456,6 +27757,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -29125,9 +29431,9 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -29248,11 +29554,11 @@ LISTITEM : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29679,7 +29985,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -30254,7 +30560,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -30341,14 +30647,60 @@ LISTITEM : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30670,7 +31022,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31940,6 +32292,11 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -33005,7 +33362,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRootListItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRootListItem.md index d1f33b74ce4..efe8dd25a2d 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRootListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRootListItem.md @@ -1473,9 +1473,9 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1596,11 +1596,11 @@ ACTIVITIES : The list of recent activities tha - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2059,7 +2059,7 @@ ACTIVITIES : The list of recent activities tha - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2156,7 +2156,7 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2243,14 +2243,60 @@ ACTIVITIES : The list of recent activities tha - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -2608,7 +2654,7 @@ ACTIVITIES : The list of recent activities tha - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3882,6 +3928,11 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5974,9 +6025,9 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6097,11 +6148,11 @@ ANALYTICS : itemAnalytics - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6575,7 +6626,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6672,7 +6723,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6759,14 +6810,60 @@ ANALYTICS : itemAnalytics - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -7124,7 +7221,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8398,6 +8495,11 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10481,9 +10583,9 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10604,11 +10706,11 @@ BODYPARAMETER : listItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11035,7 +11137,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11610,7 +11712,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11697,14 +11799,60 @@ BODYPARAMETER : listItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12026,7 +12174,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13296,6 +13444,11 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15015,9 +15168,9 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15138,11 +15291,11 @@ CREATEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15614,7 +15767,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16186,7 +16339,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16273,14 +16426,60 @@ CREATEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16602,7 +16801,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17872,6 +18071,11 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19572,9 +19776,9 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19695,11 +19899,11 @@ DRIVEITEM : driveItem - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20202,7 +20406,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20299,7 +20503,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20386,14 +20590,60 @@ DRIVEITEM : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -20751,7 +21001,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22025,6 +22275,11 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24126,9 +24381,9 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24249,11 +24504,11 @@ LASTMODIFIEDBYUSER : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24725,7 +24980,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25297,7 +25552,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25384,14 +25639,60 @@ LASTMODIFIEDBYUSER : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25713,7 +26014,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26983,6 +27284,11 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRootSubscription.md b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRootSubscription.md index 9afbce48e4a..f7657ec92db 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRootSubscription.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRootSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -501,7 +503,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Microsoft.Graph.Files.md b/src/Files/Files/docs/v1.0/Microsoft.Graph.Files.md index 2f219292cb1..9c903d35820 100644 --- a/src/Files/Files/docs/v1.0/Microsoft.Graph.Files.md +++ b/src/Files/Files/docs/v1.0/Microsoft.Graph.Files.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Files -Module Guid: a0be1b2f-a545-4869-97ed-e143aa1f77b3 +Module Guid: 9616729e-d656-4023-9403-386c27b202da Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Files/Files/docs/v1.0/New-MgDrive.md b/src/Files/Files/docs/v1.0/New-MgDrive.md index f029d7e9b52..b6b0fe42a09 100644 --- a/src/Files/Files/docs/v1.0/New-MgDrive.md +++ b/src/Files/Files/docs/v1.0/New-MgDrive.md @@ -614,7 +614,7 @@ BODYPARAMETER : drive - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1346,7 +1346,7 @@ BODYPARAMETER : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1876,7 +1876,7 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2077,7 +2077,7 @@ BODYPARAMETER : drive - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2204,7 +2204,7 @@ BODYPARAMETER : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3183,7 +3183,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3949,7 +3949,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4044,7 +4044,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4280,7 +4280,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4407,7 +4407,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5752,7 +5752,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6490,7 +6490,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7054,7 +7054,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7255,7 +7255,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7382,7 +7382,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8331,7 +8331,7 @@ FOLLOWING : The list of items the user is following. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9097,7 +9097,7 @@ FOLLOWING : The list of items the user is following. - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9192,7 +9192,7 @@ FOLLOWING : The list of items the user is following. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9428,7 +9428,7 @@ FOLLOWING : The list of items the user is following. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9555,7 +9555,7 @@ FOLLOWING : The list of items the user is following. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10900,7 +10900,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11666,7 +11666,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11761,7 +11761,7 @@ ITEMS : All items contained in the drive. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11997,7 +11997,7 @@ ITEMS : All items contained in the drive. Read-only. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12124,7 +12124,7 @@ ITEMS : All items contained in the drive. Read-only. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13469,7 +13469,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14207,7 +14207,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -14771,7 +14771,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -14972,7 +14972,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15099,7 +15099,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16049,7 +16049,7 @@ LIST : list - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -16780,7 +16780,7 @@ LIST : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -17307,7 +17307,7 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -17518,7 +17518,7 @@ LIST : list - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -17645,7 +17645,7 @@ LIST : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18658,7 +18658,7 @@ ROOT : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -19424,7 +19424,7 @@ ROOT : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -19519,7 +19519,7 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -19755,7 +19755,7 @@ ROOT : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -19882,7 +19882,7 @@ ROOT : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -21237,7 +21237,7 @@ SPECIAL : Collection of common folders available in - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -22003,7 +22003,7 @@ SPECIAL : Collection of common folders available in - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -22098,7 +22098,7 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -22334,7 +22334,7 @@ SPECIAL : Collection of common folders available in - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -22461,7 +22461,7 @@ SPECIAL : Collection of common folders available in - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/New-MgDriveItem.md b/src/Files/Files/docs/v1.0/New-MgDriveItem.md index eb333ecd897..b8cb4bcdc74 100644 --- a/src/Files/Files/docs/v1.0/New-MgDriveItem.md +++ b/src/Files/Files/docs/v1.0/New-MgDriveItem.md @@ -1041,7 +1041,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1778,7 +1778,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1873,7 +1873,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2109,7 +2109,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2236,7 +2236,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3614,7 +3614,7 @@ BODYPARAMETER : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4380,7 +4380,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4475,7 +4475,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4711,7 +4711,7 @@ BODYPARAMETER : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4838,7 +4838,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6190,7 +6190,7 @@ CHILDREN : Collection containing Item objects for th - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6956,7 +6956,7 @@ CHILDREN : Collection containing Item objects for th - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7051,7 +7051,7 @@ CHILDREN : Collection containing Item objects for th - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7287,7 +7287,7 @@ CHILDREN : Collection containing Item objects for th - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7414,7 +7414,7 @@ CHILDREN : Collection containing Item objects for th - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8759,7 +8759,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9497,7 +9497,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10061,7 +10061,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -10262,7 +10262,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -10389,7 +10389,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11398,7 +11398,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12136,7 +12136,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12700,7 +12700,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12901,7 +12901,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -13028,7 +13028,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13978,7 +13978,7 @@ LISTITEM : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14666,7 +14666,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -15233,7 +15233,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15434,7 +15434,7 @@ LISTITEM : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15561,7 +15561,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16670,7 +16670,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/New-MgDriveItemSubscription.md b/src/Files/Files/docs/v1.0/New-MgDriveItemSubscription.md index 4f7aa9d5b6d..403acbdf0e3 100644 --- a/src/Files/Files/docs/v1.0/New-MgDriveItemSubscription.md +++ b/src/Files/Files/docs/v1.0/New-MgDriveItemSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -451,7 +453,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/New-MgDriveListItem.md b/src/Files/Files/docs/v1.0/New-MgDriveListItem.md index e587b4c0ec7..d4a6ada194e 100644 --- a/src/Files/Files/docs/v1.0/New-MgDriveListItem.md +++ b/src/Files/Files/docs/v1.0/New-MgDriveListItem.md @@ -609,7 +609,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1346,7 +1346,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1441,7 +1441,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1677,7 +1677,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1804,7 +1804,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3163,7 +3163,7 @@ BODYPARAMETER : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3851,7 +3851,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4418,7 +4418,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4619,7 +4619,7 @@ BODYPARAMETER : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4746,7 +4746,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5737,7 +5737,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6475,7 +6475,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7039,7 +7039,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7240,7 +7240,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7367,7 +7367,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8344,7 +8344,7 @@ DRIVEITEM : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9110,7 +9110,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9205,7 +9205,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9441,7 +9441,7 @@ DRIVEITEM : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9568,7 +9568,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10938,7 +10938,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11676,7 +11676,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12240,7 +12240,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12441,7 +12441,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12568,7 +12568,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/New-MgDriveListSubscription.md b/src/Files/Files/docs/v1.0/New-MgDriveListSubscription.md index c722462256d..84c8775f4ef 100644 --- a/src/Files/Files/docs/v1.0/New-MgDriveListSubscription.md +++ b/src/Files/Files/docs/v1.0/New-MgDriveListSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -436,7 +438,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/New-MgDriveRootSubscription.md b/src/Files/Files/docs/v1.0/New-MgDriveRootSubscription.md index a590c55ed6a..ff6c4fd65dc 100644 --- a/src/Files/Files/docs/v1.0/New-MgDriveRootSubscription.md +++ b/src/Files/Files/docs/v1.0/New-MgDriveRootSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -436,7 +438,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/New-MgGroupDrive.md b/src/Files/Files/docs/v1.0/New-MgGroupDrive.md index f14c8e2bc64..557aa86fdd1 100644 --- a/src/Files/Files/docs/v1.0/New-MgGroupDrive.md +++ b/src/Files/Files/docs/v1.0/New-MgGroupDrive.md @@ -668,7 +668,7 @@ BODYPARAMETER : drive - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1400,7 +1400,7 @@ BODYPARAMETER : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1930,7 +1930,7 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2131,7 +2131,7 @@ BODYPARAMETER : drive - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2258,7 +2258,7 @@ BODYPARAMETER : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3237,7 +3237,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4003,7 +4003,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4098,7 +4098,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4334,7 +4334,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4461,7 +4461,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5806,7 +5806,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6544,7 +6544,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7108,7 +7108,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7309,7 +7309,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7436,7 +7436,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8385,7 +8385,7 @@ FOLLOWING : The list of items the user is following. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9151,7 +9151,7 @@ FOLLOWING : The list of items the user is following. - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9246,7 +9246,7 @@ FOLLOWING : The list of items the user is following. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9482,7 +9482,7 @@ FOLLOWING : The list of items the user is following. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9609,7 +9609,7 @@ FOLLOWING : The list of items the user is following. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10979,7 +10979,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11745,7 +11745,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11840,7 +11840,7 @@ ITEMS : All items contained in the drive. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12076,7 +12076,7 @@ ITEMS : All items contained in the drive. Read-only. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12203,7 +12203,7 @@ ITEMS : All items contained in the drive. Read-only. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13548,7 +13548,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14286,7 +14286,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -14850,7 +14850,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15051,7 +15051,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15178,7 +15178,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16128,7 +16128,7 @@ LIST : list - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -16859,7 +16859,7 @@ LIST : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -17386,7 +17386,7 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -17597,7 +17597,7 @@ LIST : list - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -17724,7 +17724,7 @@ LIST : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18737,7 +18737,7 @@ ROOT : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -19503,7 +19503,7 @@ ROOT : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -19598,7 +19598,7 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -19834,7 +19834,7 @@ ROOT : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -19961,7 +19961,7 @@ ROOT : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -21316,7 +21316,7 @@ SPECIAL : Collection of common folders available in - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -22082,7 +22082,7 @@ SPECIAL : Collection of common folders available in - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -22177,7 +22177,7 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -22413,7 +22413,7 @@ SPECIAL : Collection of common folders available in - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -22540,7 +22540,7 @@ SPECIAL : Collection of common folders available in - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/New-MgGroupDriveItem.md b/src/Files/Files/docs/v1.0/New-MgGroupDriveItem.md index 2d079aa7655..dfe05d2e5d0 100644 --- a/src/Files/Files/docs/v1.0/New-MgGroupDriveItem.md +++ b/src/Files/Files/docs/v1.0/New-MgGroupDriveItem.md @@ -1056,7 +1056,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1793,7 +1793,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1888,7 +1888,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2124,7 +2124,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2251,7 +2251,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3629,7 +3629,7 @@ BODYPARAMETER : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4395,7 +4395,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4490,7 +4490,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4726,7 +4726,7 @@ BODYPARAMETER : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4853,7 +4853,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6205,7 +6205,7 @@ CHILDREN : Collection containing Item objects for th - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6971,7 +6971,7 @@ CHILDREN : Collection containing Item objects for th - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7066,7 +7066,7 @@ CHILDREN : Collection containing Item objects for th - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7302,7 +7302,7 @@ CHILDREN : Collection containing Item objects for th - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7429,7 +7429,7 @@ CHILDREN : Collection containing Item objects for th - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8774,7 +8774,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9512,7 +9512,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10076,7 +10076,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -10277,7 +10277,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -10404,7 +10404,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11413,7 +11413,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12151,7 +12151,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12715,7 +12715,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12916,7 +12916,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -13043,7 +13043,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13993,7 +13993,7 @@ LISTITEM : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14681,7 +14681,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -15248,7 +15248,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15449,7 +15449,7 @@ LISTITEM : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15576,7 +15576,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16685,7 +16685,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/New-MgGroupDriveItemSubscription.md b/src/Files/Files/docs/v1.0/New-MgGroupDriveItemSubscription.md index ca7318ac9be..49b84cc6ee7 100644 --- a/src/Files/Files/docs/v1.0/New-MgGroupDriveItemSubscription.md +++ b/src/Files/Files/docs/v1.0/New-MgGroupDriveItemSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -466,7 +468,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/New-MgGroupDriveListItem.md b/src/Files/Files/docs/v1.0/New-MgGroupDriveListItem.md index 7c0fad6b2aa..1b11c171ad8 100644 --- a/src/Files/Files/docs/v1.0/New-MgGroupDriveListItem.md +++ b/src/Files/Files/docs/v1.0/New-MgGroupDriveListItem.md @@ -624,7 +624,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1361,7 +1361,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1456,7 +1456,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1692,7 +1692,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1819,7 +1819,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3178,7 +3178,7 @@ BODYPARAMETER : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3866,7 +3866,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4433,7 +4433,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4634,7 +4634,7 @@ BODYPARAMETER : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4761,7 +4761,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5752,7 +5752,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6490,7 +6490,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7054,7 +7054,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7255,7 +7255,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7382,7 +7382,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8359,7 +8359,7 @@ DRIVEITEM : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9125,7 +9125,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9220,7 +9220,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9456,7 +9456,7 @@ DRIVEITEM : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9583,7 +9583,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10953,7 +10953,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11691,7 +11691,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12255,7 +12255,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12456,7 +12456,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12583,7 +12583,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/New-MgGroupDriveListSubscription.md b/src/Files/Files/docs/v1.0/New-MgGroupDriveListSubscription.md index 89a9f007c5a..1346230e547 100644 --- a/src/Files/Files/docs/v1.0/New-MgGroupDriveListSubscription.md +++ b/src/Files/Files/docs/v1.0/New-MgGroupDriveListSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -451,7 +453,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/New-MgGroupDriveRootSubscription.md b/src/Files/Files/docs/v1.0/New-MgGroupDriveRootSubscription.md index da6e5f696c5..1ef4a0a2f2f 100644 --- a/src/Files/Files/docs/v1.0/New-MgGroupDriveRootSubscription.md +++ b/src/Files/Files/docs/v1.0/New-MgGroupDriveRootSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -451,7 +453,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/New-MgShareListItem.md b/src/Files/Files/docs/v1.0/New-MgShareListItem.md index 0ea6f6fc070..af316427d3c 100644 --- a/src/Files/Files/docs/v1.0/New-MgShareListItem.md +++ b/src/Files/Files/docs/v1.0/New-MgShareListItem.md @@ -609,7 +609,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1346,7 +1346,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1441,7 +1441,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1677,7 +1677,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1804,7 +1804,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3163,7 +3163,7 @@ BODYPARAMETER : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3851,7 +3851,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4418,7 +4418,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4619,7 +4619,7 @@ BODYPARAMETER : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4746,7 +4746,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5737,7 +5737,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6475,7 +6475,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7039,7 +7039,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7240,7 +7240,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7367,7 +7367,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8344,7 +8344,7 @@ DRIVEITEM : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9110,7 +9110,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9205,7 +9205,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9441,7 +9441,7 @@ DRIVEITEM : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9568,7 +9568,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10938,7 +10938,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11676,7 +11676,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12240,7 +12240,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12441,7 +12441,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12568,7 +12568,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/New-MgShareListSubscription.md b/src/Files/Files/docs/v1.0/New-MgShareListSubscription.md index c4bb5f218d9..254e30d87d0 100644 --- a/src/Files/Files/docs/v1.0/New-MgShareListSubscription.md +++ b/src/Files/Files/docs/v1.0/New-MgShareListSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -436,7 +438,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/New-MgShareSharedDriveItemSharedDriveItem.md b/src/Files/Files/docs/v1.0/New-MgShareSharedDriveItemSharedDriveItem.md index 94bf5698c95..c0aeceae731 100644 --- a/src/Files/Files/docs/v1.0/New-MgShareSharedDriveItemSharedDriveItem.md +++ b/src/Files/Files/docs/v1.0/New-MgShareSharedDriveItemSharedDriveItem.md @@ -559,7 +559,7 @@ BODYPARAMETER : sharedDriveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1290,7 +1290,7 @@ BODYPARAMETER : sharedDriveItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1854,7 +1854,7 @@ BODYPARAMETER : sharedDriveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2055,7 +2055,7 @@ BODYPARAMETER : sharedDriveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2182,7 +2182,7 @@ BODYPARAMETER : sharedDriveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3149,7 +3149,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3887,7 +3887,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4451,7 +4451,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4652,7 +4652,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4779,7 +4779,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5729,7 +5729,7 @@ DRIVEITEM : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6495,7 +6495,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6590,7 +6590,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6826,7 +6826,7 @@ DRIVEITEM : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -6953,7 +6953,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8298,7 +8298,7 @@ ITEMS : All driveItems contained in the sharing root - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9064,7 +9064,7 @@ ITEMS : All driveItems contained in the sharing root - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9159,7 +9159,7 @@ ITEMS : All driveItems contained in the sharing root - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9395,7 +9395,7 @@ ITEMS : All driveItems contained in the sharing root - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9522,7 +9522,7 @@ ITEMS : All driveItems contained in the sharing root - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10867,7 +10867,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11605,7 +11605,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12169,7 +12169,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12370,7 +12370,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12497,7 +12497,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13447,7 +13447,7 @@ LIST : list - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14178,7 +14178,7 @@ LIST : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -14705,7 +14705,7 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -14916,7 +14916,7 @@ LIST : list - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15043,7 +15043,7 @@ LIST : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16017,7 +16017,7 @@ LISTITEM : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -16705,7 +16705,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -17272,7 +17272,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -17473,7 +17473,7 @@ LISTITEM : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -17600,7 +17600,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18676,7 +18676,7 @@ ROOT : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -19442,7 +19442,7 @@ ROOT : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -19537,7 +19537,7 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -19773,7 +19773,7 @@ ROOT : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -19900,7 +19900,7 @@ ROOT : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -21246,7 +21246,7 @@ SITE : site - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -21977,7 +21977,7 @@ SITE : site - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -22600,7 +22600,7 @@ SITE : site - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -22704,7 +22704,7 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -22816,7 +22816,7 @@ SITE : site - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/New-MgUserDrive.md b/src/Files/Files/docs/v1.0/New-MgUserDrive.md index b3b531bd27d..6935bf21c86 100644 --- a/src/Files/Files/docs/v1.0/New-MgUserDrive.md +++ b/src/Files/Files/docs/v1.0/New-MgUserDrive.md @@ -668,7 +668,7 @@ BODYPARAMETER : drive - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1400,7 +1400,7 @@ BODYPARAMETER : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1930,7 +1930,7 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2131,7 +2131,7 @@ BODYPARAMETER : drive - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2258,7 +2258,7 @@ BODYPARAMETER : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3237,7 +3237,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4003,7 +4003,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4098,7 +4098,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4334,7 +4334,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4461,7 +4461,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5806,7 +5806,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6544,7 +6544,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7108,7 +7108,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7309,7 +7309,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7436,7 +7436,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8385,7 +8385,7 @@ FOLLOWING : The list of items the user is following. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9151,7 +9151,7 @@ FOLLOWING : The list of items the user is following. - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9246,7 +9246,7 @@ FOLLOWING : The list of items the user is following. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9482,7 +9482,7 @@ FOLLOWING : The list of items the user is following. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9609,7 +9609,7 @@ FOLLOWING : The list of items the user is following. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10979,7 +10979,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11745,7 +11745,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11840,7 +11840,7 @@ ITEMS : All items contained in the drive. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12076,7 +12076,7 @@ ITEMS : All items contained in the drive. Read-only. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12203,7 +12203,7 @@ ITEMS : All items contained in the drive. Read-only. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13548,7 +13548,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14286,7 +14286,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -14850,7 +14850,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15051,7 +15051,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15178,7 +15178,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16128,7 +16128,7 @@ LIST : list - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -16859,7 +16859,7 @@ LIST : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -17386,7 +17386,7 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -17597,7 +17597,7 @@ LIST : list - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -17724,7 +17724,7 @@ LIST : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18737,7 +18737,7 @@ ROOT : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -19503,7 +19503,7 @@ ROOT : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -19598,7 +19598,7 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -19834,7 +19834,7 @@ ROOT : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -19961,7 +19961,7 @@ ROOT : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -21316,7 +21316,7 @@ SPECIAL : Collection of common folders available in - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -22082,7 +22082,7 @@ SPECIAL : Collection of common folders available in - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -22177,7 +22177,7 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -22413,7 +22413,7 @@ SPECIAL : Collection of common folders available in - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -22540,7 +22540,7 @@ SPECIAL : Collection of common folders available in - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/New-MgUserDriveItem.md b/src/Files/Files/docs/v1.0/New-MgUserDriveItem.md index 30d8802f1c5..93e8bea5661 100644 --- a/src/Files/Files/docs/v1.0/New-MgUserDriveItem.md +++ b/src/Files/Files/docs/v1.0/New-MgUserDriveItem.md @@ -1056,7 +1056,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1793,7 +1793,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1888,7 +1888,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2124,7 +2124,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2251,7 +2251,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3629,7 +3629,7 @@ BODYPARAMETER : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4395,7 +4395,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4490,7 +4490,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4726,7 +4726,7 @@ BODYPARAMETER : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4853,7 +4853,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6205,7 +6205,7 @@ CHILDREN : Collection containing Item objects for th - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6971,7 +6971,7 @@ CHILDREN : Collection containing Item objects for th - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7066,7 +7066,7 @@ CHILDREN : Collection containing Item objects for th - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7302,7 +7302,7 @@ CHILDREN : Collection containing Item objects for th - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7429,7 +7429,7 @@ CHILDREN : Collection containing Item objects for th - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8774,7 +8774,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9512,7 +9512,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10076,7 +10076,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -10277,7 +10277,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -10404,7 +10404,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11413,7 +11413,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12151,7 +12151,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12715,7 +12715,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12916,7 +12916,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -13043,7 +13043,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13993,7 +13993,7 @@ LISTITEM : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14681,7 +14681,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -15248,7 +15248,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15449,7 +15449,7 @@ LISTITEM : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15576,7 +15576,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16685,7 +16685,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/New-MgUserDriveItemSubscription.md b/src/Files/Files/docs/v1.0/New-MgUserDriveItemSubscription.md index 90d430fb405..c53d2d87520 100644 --- a/src/Files/Files/docs/v1.0/New-MgUserDriveItemSubscription.md +++ b/src/Files/Files/docs/v1.0/New-MgUserDriveItemSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -466,7 +468,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/New-MgUserDriveListItem.md b/src/Files/Files/docs/v1.0/New-MgUserDriveListItem.md index ba01dcc6975..5bb85dc4539 100644 --- a/src/Files/Files/docs/v1.0/New-MgUserDriveListItem.md +++ b/src/Files/Files/docs/v1.0/New-MgUserDriveListItem.md @@ -624,7 +624,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1361,7 +1361,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1456,7 +1456,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1692,7 +1692,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1819,7 +1819,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3178,7 +3178,7 @@ BODYPARAMETER : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3866,7 +3866,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4433,7 +4433,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4634,7 +4634,7 @@ BODYPARAMETER : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4761,7 +4761,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5752,7 +5752,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6490,7 +6490,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7054,7 +7054,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7255,7 +7255,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7382,7 +7382,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8359,7 +8359,7 @@ DRIVEITEM : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9125,7 +9125,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9220,7 +9220,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9456,7 +9456,7 @@ DRIVEITEM : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9583,7 +9583,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10953,7 +10953,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11691,7 +11691,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12255,7 +12255,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12456,7 +12456,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12583,7 +12583,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/New-MgUserDriveListSubscription.md b/src/Files/Files/docs/v1.0/New-MgUserDriveListSubscription.md index 3195bb5c289..ffd5c0047ca 100644 --- a/src/Files/Files/docs/v1.0/New-MgUserDriveListSubscription.md +++ b/src/Files/Files/docs/v1.0/New-MgUserDriveListSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -451,7 +453,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/New-MgUserDriveRootSubscription.md b/src/Files/Files/docs/v1.0/New-MgUserDriveRootSubscription.md index 26b5901e3f6..b07f76fab31 100644 --- a/src/Files/Files/docs/v1.0/New-MgUserDriveRootSubscription.md +++ b/src/Files/Files/docs/v1.0/New-MgUserDriveRootSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -451,7 +453,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgDrive.md b/src/Files/Files/docs/v1.0/Update-MgDrive.md index ca93c2eeea4..926bc412297 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDrive.md +++ b/src/Files/Files/docs/v1.0/Update-MgDrive.md @@ -683,7 +683,7 @@ BODYPARAMETER : drive - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1415,7 +1415,7 @@ BODYPARAMETER : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1945,7 +1945,7 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2146,7 +2146,7 @@ BODYPARAMETER : drive - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2273,7 +2273,7 @@ BODYPARAMETER : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3252,7 +3252,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4018,7 +4018,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4113,7 +4113,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4349,7 +4349,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4476,7 +4476,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5821,7 +5821,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6559,7 +6559,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7123,7 +7123,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7324,7 +7324,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7451,7 +7451,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8400,7 +8400,7 @@ FOLLOWING : The list of items the user is following. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9166,7 +9166,7 @@ FOLLOWING : The list of items the user is following. - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9261,7 +9261,7 @@ FOLLOWING : The list of items the user is following. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9497,7 +9497,7 @@ FOLLOWING : The list of items the user is following. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9624,7 +9624,7 @@ FOLLOWING : The list of items the user is following. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10994,7 +10994,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11760,7 +11760,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11855,7 +11855,7 @@ ITEMS : All items contained in the drive. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12091,7 +12091,7 @@ ITEMS : All items contained in the drive. Read-only. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12218,7 +12218,7 @@ ITEMS : All items contained in the drive. Read-only. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13563,7 +13563,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14301,7 +14301,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -14865,7 +14865,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15066,7 +15066,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15193,7 +15193,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16143,7 +16143,7 @@ LIST : list - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -16874,7 +16874,7 @@ LIST : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -17401,7 +17401,7 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -17612,7 +17612,7 @@ LIST : list - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -17739,7 +17739,7 @@ LIST : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18752,7 +18752,7 @@ ROOT : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -19518,7 +19518,7 @@ ROOT : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -19613,7 +19613,7 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -19849,7 +19849,7 @@ ROOT : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -19976,7 +19976,7 @@ ROOT : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -21331,7 +21331,7 @@ SPECIAL : Collection of common folders available in - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -22097,7 +22097,7 @@ SPECIAL : Collection of common folders available in - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -22192,7 +22192,7 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -22428,7 +22428,7 @@ SPECIAL : Collection of common folders available in - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -22555,7 +22555,7 @@ SPECIAL : Collection of common folders available in - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveItem.md b/src/Files/Files/docs/v1.0/Update-MgDriveItem.md index a82f5d22e6f..9d0636a1054 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveItem.md @@ -1071,7 +1071,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1808,7 +1808,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1903,7 +1903,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2139,7 +2139,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2266,7 +2266,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3644,7 +3644,7 @@ BODYPARAMETER : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4410,7 +4410,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4505,7 +4505,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4741,7 +4741,7 @@ BODYPARAMETER : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4868,7 +4868,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6220,7 +6220,7 @@ CHILDREN : Collection containing Item objects for th - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6986,7 +6986,7 @@ CHILDREN : Collection containing Item objects for th - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7081,7 +7081,7 @@ CHILDREN : Collection containing Item objects for th - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7317,7 +7317,7 @@ CHILDREN : Collection containing Item objects for th - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7444,7 +7444,7 @@ CHILDREN : Collection containing Item objects for th - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8789,7 +8789,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9527,7 +9527,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10091,7 +10091,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -10292,7 +10292,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -10419,7 +10419,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11428,7 +11428,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12166,7 +12166,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12730,7 +12730,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12931,7 +12931,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -13058,7 +13058,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -14008,7 +14008,7 @@ LISTITEM : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14696,7 +14696,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -15263,7 +15263,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15464,7 +15464,7 @@ LISTITEM : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15591,7 +15591,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16700,7 +16700,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveItemListItem.md b/src/Files/Files/docs/v1.0/Update-MgDriveItemListItem.md index d8ec8d8d88d..e255a7d3b67 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveItemListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveItemListItem.md @@ -641,7 +641,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1378,7 +1378,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1473,7 +1473,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1709,7 +1709,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1836,7 +1836,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3195,7 +3195,7 @@ BODYPARAMETER : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3883,7 +3883,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4450,7 +4450,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4651,7 +4651,7 @@ BODYPARAMETER : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4778,7 +4778,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5769,7 +5769,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6507,7 +6507,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7071,7 +7071,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7272,7 +7272,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7399,7 +7399,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8376,7 +8376,7 @@ DRIVEITEM : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9142,7 +9142,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9237,7 +9237,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9473,7 +9473,7 @@ DRIVEITEM : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9600,7 +9600,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10970,7 +10970,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11708,7 +11708,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12272,7 +12272,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12473,7 +12473,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12600,7 +12600,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveItemSubscription.md b/src/Files/Files/docs/v1.0/Update-MgDriveItemSubscription.md index 6d91d8d38a2..9eaa4dd108d 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveItemSubscription.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveItemSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -481,7 +483,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveList.md b/src/Files/Files/docs/v1.0/Update-MgDriveList.md index 7754b5b3b11..6d3bd71229b 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveList.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveList.md @@ -657,7 +657,7 @@ BODYPARAMETER : list - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1388,7 +1388,7 @@ BODYPARAMETER : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1915,7 +1915,7 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2126,7 +2126,7 @@ BODYPARAMETER : list - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2253,7 +2253,7 @@ BODYPARAMETER : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3547,7 +3547,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4285,7 +4285,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4849,7 +4849,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -5050,7 +5050,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -5177,7 +5177,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6127,7 +6127,7 @@ DRIVE : drive - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6859,7 +6859,7 @@ DRIVE : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7389,7 +7389,7 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7590,7 +7590,7 @@ DRIVE : drive - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7717,7 +7717,7 @@ DRIVE : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8721,7 +8721,7 @@ ITEMS : All items contained in the list. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9409,7 +9409,7 @@ ITEMS : All items contained in the list. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9976,7 +9976,7 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -10177,7 +10177,7 @@ ITEMS : All items contained in the list. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -10304,7 +10304,7 @@ ITEMS : All items contained in the list. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11290,7 +11290,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12028,7 +12028,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12592,7 +12592,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12793,7 +12793,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12920,7 +12920,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13816,7 +13816,7 @@ SHAREPOINTIDS : sharepointIds SUBSCRIPTIONS : The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveListItem.md b/src/Files/Files/docs/v1.0/Update-MgDriveListItem.md index 2cf0e952199..1c0488c6b28 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveListItem.md @@ -641,7 +641,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1378,7 +1378,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1473,7 +1473,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1709,7 +1709,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1836,7 +1836,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3195,7 +3195,7 @@ BODYPARAMETER : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3883,7 +3883,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4450,7 +4450,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4651,7 +4651,7 @@ BODYPARAMETER : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4778,7 +4778,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5769,7 +5769,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6507,7 +6507,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7071,7 +7071,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7272,7 +7272,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7399,7 +7399,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8376,7 +8376,7 @@ DRIVEITEM : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9142,7 +9142,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9237,7 +9237,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9473,7 +9473,7 @@ DRIVEITEM : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9600,7 +9600,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10970,7 +10970,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11708,7 +11708,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12272,7 +12272,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12473,7 +12473,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12600,7 +12600,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveListSubscription.md b/src/Files/Files/docs/v1.0/Update-MgDriveListSubscription.md index 5a1c553e4a7..012f14e4db1 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveListSubscription.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveListSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -466,7 +468,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveRoot.md b/src/Files/Files/docs/v1.0/Update-MgDriveRoot.md index f53cc7765ea..e9fc29bd23a 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveRoot.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveRoot.md @@ -1056,7 +1056,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1793,7 +1793,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1888,7 +1888,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2124,7 +2124,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2251,7 +2251,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3629,7 +3629,7 @@ BODYPARAMETER : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4395,7 +4395,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4490,7 +4490,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4726,7 +4726,7 @@ BODYPARAMETER : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4853,7 +4853,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6205,7 +6205,7 @@ CHILDREN : Collection containing Item objects for th - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6971,7 +6971,7 @@ CHILDREN : Collection containing Item objects for th - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7066,7 +7066,7 @@ CHILDREN : Collection containing Item objects for th - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7302,7 +7302,7 @@ CHILDREN : Collection containing Item objects for th - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7429,7 +7429,7 @@ CHILDREN : Collection containing Item objects for th - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8774,7 +8774,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9512,7 +9512,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10076,7 +10076,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -10277,7 +10277,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -10404,7 +10404,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11413,7 +11413,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12151,7 +12151,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12715,7 +12715,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12916,7 +12916,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -13043,7 +13043,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13993,7 +13993,7 @@ LISTITEM : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14681,7 +14681,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -15248,7 +15248,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15449,7 +15449,7 @@ LISTITEM : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15576,7 +15576,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16685,7 +16685,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveRootListItem.md b/src/Files/Files/docs/v1.0/Update-MgDriveRootListItem.md index 8ff28500205..536d150f3b1 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveRootListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveRootListItem.md @@ -626,7 +626,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1363,7 +1363,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1458,7 +1458,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1694,7 +1694,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1821,7 +1821,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3180,7 +3180,7 @@ BODYPARAMETER : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3868,7 +3868,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4435,7 +4435,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4636,7 +4636,7 @@ BODYPARAMETER : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4763,7 +4763,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5754,7 +5754,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6492,7 +6492,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7056,7 +7056,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7257,7 +7257,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7384,7 +7384,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8361,7 +8361,7 @@ DRIVEITEM : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9127,7 +9127,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9222,7 +9222,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9458,7 +9458,7 @@ DRIVEITEM : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9585,7 +9585,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10955,7 +10955,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11693,7 +11693,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12257,7 +12257,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12458,7 +12458,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12585,7 +12585,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveRootSubscription.md b/src/Files/Files/docs/v1.0/Update-MgDriveRootSubscription.md index 142f8710bc8..c862998ca1d 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveRootSubscription.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveRootSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -466,7 +468,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDrive.md b/src/Files/Files/docs/v1.0/Update-MgGroupDrive.md index 5dff53c174b..1b3c1153f78 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDrive.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDrive.md @@ -698,7 +698,7 @@ BODYPARAMETER : drive - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1430,7 +1430,7 @@ BODYPARAMETER : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1960,7 +1960,7 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2161,7 +2161,7 @@ BODYPARAMETER : drive - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2288,7 +2288,7 @@ BODYPARAMETER : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3267,7 +3267,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4033,7 +4033,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4128,7 +4128,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4364,7 +4364,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4491,7 +4491,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5836,7 +5836,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6574,7 +6574,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7138,7 +7138,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7339,7 +7339,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7466,7 +7466,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8415,7 +8415,7 @@ FOLLOWING : The list of items the user is following. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9181,7 +9181,7 @@ FOLLOWING : The list of items the user is following. - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9276,7 +9276,7 @@ FOLLOWING : The list of items the user is following. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9512,7 +9512,7 @@ FOLLOWING : The list of items the user is following. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9639,7 +9639,7 @@ FOLLOWING : The list of items the user is following. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11009,7 +11009,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11775,7 +11775,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11870,7 +11870,7 @@ ITEMS : All items contained in the drive. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12106,7 +12106,7 @@ ITEMS : All items contained in the drive. Read-only. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12233,7 +12233,7 @@ ITEMS : All items contained in the drive. Read-only. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13578,7 +13578,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14316,7 +14316,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -14880,7 +14880,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15081,7 +15081,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15208,7 +15208,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16158,7 +16158,7 @@ LIST : list - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -16889,7 +16889,7 @@ LIST : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -17416,7 +17416,7 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -17627,7 +17627,7 @@ LIST : list - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -17754,7 +17754,7 @@ LIST : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18767,7 +18767,7 @@ ROOT : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -19533,7 +19533,7 @@ ROOT : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -19628,7 +19628,7 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -19864,7 +19864,7 @@ ROOT : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -19991,7 +19991,7 @@ ROOT : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -21346,7 +21346,7 @@ SPECIAL : Collection of common folders available in - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -22112,7 +22112,7 @@ SPECIAL : Collection of common folders available in - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -22207,7 +22207,7 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -22443,7 +22443,7 @@ SPECIAL : Collection of common folders available in - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -22570,7 +22570,7 @@ SPECIAL : Collection of common folders available in - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveItem.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveItem.md index 3927576e628..fe61e0d7f78 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDriveItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveItem.md @@ -1086,7 +1086,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1823,7 +1823,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1918,7 +1918,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2154,7 +2154,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2281,7 +2281,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3659,7 +3659,7 @@ BODYPARAMETER : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4425,7 +4425,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4520,7 +4520,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4756,7 +4756,7 @@ BODYPARAMETER : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4883,7 +4883,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6235,7 +6235,7 @@ CHILDREN : Collection containing Item objects for th - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -7001,7 +7001,7 @@ CHILDREN : Collection containing Item objects for th - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7096,7 +7096,7 @@ CHILDREN : Collection containing Item objects for th - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7332,7 +7332,7 @@ CHILDREN : Collection containing Item objects for th - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7459,7 +7459,7 @@ CHILDREN : Collection containing Item objects for th - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8804,7 +8804,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9542,7 +9542,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10106,7 +10106,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -10307,7 +10307,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -10434,7 +10434,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11443,7 +11443,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12181,7 +12181,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12745,7 +12745,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12946,7 +12946,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -13073,7 +13073,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -14023,7 +14023,7 @@ LISTITEM : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14711,7 +14711,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -15278,7 +15278,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15479,7 +15479,7 @@ LISTITEM : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15606,7 +15606,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16715,7 +16715,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveItemListItem.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveItemListItem.md index 501b7c619d7..033bb32155f 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDriveItemListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveItemListItem.md @@ -656,7 +656,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1393,7 +1393,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1488,7 +1488,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1724,7 +1724,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1851,7 +1851,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3210,7 +3210,7 @@ BODYPARAMETER : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3898,7 +3898,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4465,7 +4465,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4666,7 +4666,7 @@ BODYPARAMETER : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4793,7 +4793,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5784,7 +5784,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6522,7 +6522,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7086,7 +7086,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7287,7 +7287,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7414,7 +7414,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8391,7 +8391,7 @@ DRIVEITEM : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9157,7 +9157,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9252,7 +9252,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9488,7 +9488,7 @@ DRIVEITEM : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9615,7 +9615,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10985,7 +10985,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11723,7 +11723,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12287,7 +12287,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12488,7 +12488,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12615,7 +12615,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveItemSubscription.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveItemSubscription.md index a25e182da74..1ba834b06a7 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDriveItemSubscription.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveItemSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -498,7 +500,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveList.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveList.md index 9188363fd69..b12008c1236 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDriveList.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveList.md @@ -672,7 +672,7 @@ BODYPARAMETER : list - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1403,7 +1403,7 @@ BODYPARAMETER : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1930,7 +1930,7 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2141,7 +2141,7 @@ BODYPARAMETER : list - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2268,7 +2268,7 @@ BODYPARAMETER : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3562,7 +3562,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4300,7 +4300,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4864,7 +4864,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -5065,7 +5065,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -5192,7 +5192,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6142,7 +6142,7 @@ DRIVE : drive - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6874,7 +6874,7 @@ DRIVE : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7404,7 +7404,7 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7605,7 +7605,7 @@ DRIVE : drive - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7732,7 +7732,7 @@ DRIVE : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8736,7 +8736,7 @@ ITEMS : All items contained in the list. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9424,7 +9424,7 @@ ITEMS : All items contained in the list. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9991,7 +9991,7 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -10192,7 +10192,7 @@ ITEMS : All items contained in the list. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -10319,7 +10319,7 @@ ITEMS : All items contained in the list. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11305,7 +11305,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12043,7 +12043,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12607,7 +12607,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12808,7 +12808,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12935,7 +12935,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13831,7 +13831,7 @@ SHAREPOINTIDS : sharepointIds SUBSCRIPTIONS : The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveListItem.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveListItem.md index 104a1c11efd..620929d0a8e 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDriveListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveListItem.md @@ -656,7 +656,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1393,7 +1393,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1488,7 +1488,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1724,7 +1724,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1851,7 +1851,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3210,7 +3210,7 @@ BODYPARAMETER : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3898,7 +3898,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4465,7 +4465,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4666,7 +4666,7 @@ BODYPARAMETER : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4793,7 +4793,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5784,7 +5784,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6522,7 +6522,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7086,7 +7086,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7287,7 +7287,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7414,7 +7414,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8391,7 +8391,7 @@ DRIVEITEM : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9157,7 +9157,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9252,7 +9252,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9488,7 +9488,7 @@ DRIVEITEM : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9615,7 +9615,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10985,7 +10985,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11723,7 +11723,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12287,7 +12287,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12488,7 +12488,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12615,7 +12615,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveListSubscription.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveListSubscription.md index b451620bb70..b7ef3f249c5 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDriveListSubscription.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveListSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -481,7 +483,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveRoot.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveRoot.md index d26a875062d..e7f7f5ecb36 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDriveRoot.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveRoot.md @@ -1071,7 +1071,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1808,7 +1808,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1903,7 +1903,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2139,7 +2139,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2266,7 +2266,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3644,7 +3644,7 @@ BODYPARAMETER : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4410,7 +4410,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4505,7 +4505,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4741,7 +4741,7 @@ BODYPARAMETER : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4868,7 +4868,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6220,7 +6220,7 @@ CHILDREN : Collection containing Item objects for th - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6986,7 +6986,7 @@ CHILDREN : Collection containing Item objects for th - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7081,7 +7081,7 @@ CHILDREN : Collection containing Item objects for th - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7317,7 +7317,7 @@ CHILDREN : Collection containing Item objects for th - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7444,7 +7444,7 @@ CHILDREN : Collection containing Item objects for th - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8789,7 +8789,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9527,7 +9527,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10091,7 +10091,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -10292,7 +10292,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -10419,7 +10419,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11428,7 +11428,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12166,7 +12166,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12730,7 +12730,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12931,7 +12931,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -13058,7 +13058,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -14008,7 +14008,7 @@ LISTITEM : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14696,7 +14696,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -15263,7 +15263,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15464,7 +15464,7 @@ LISTITEM : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15591,7 +15591,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16700,7 +16700,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveRootListItem.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveRootListItem.md index 34a7d9a7b33..1ae07a34a1a 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDriveRootListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveRootListItem.md @@ -641,7 +641,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1378,7 +1378,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1473,7 +1473,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1709,7 +1709,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1836,7 +1836,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3195,7 +3195,7 @@ BODYPARAMETER : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3883,7 +3883,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4450,7 +4450,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4651,7 +4651,7 @@ BODYPARAMETER : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4778,7 +4778,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5769,7 +5769,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6507,7 +6507,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7071,7 +7071,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7272,7 +7272,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7399,7 +7399,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8376,7 +8376,7 @@ DRIVEITEM : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9142,7 +9142,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9237,7 +9237,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9473,7 +9473,7 @@ DRIVEITEM : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9600,7 +9600,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10970,7 +10970,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11708,7 +11708,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12272,7 +12272,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12473,7 +12473,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12600,7 +12600,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveRootSubscription.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveRootSubscription.md index a68e1765829..3004ff1de6d 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDriveRootSubscription.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveRootSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -481,7 +483,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgShareList.md b/src/Files/Files/docs/v1.0/Update-MgShareList.md index 2bb87ca4a11..3f8200dcb43 100644 --- a/src/Files/Files/docs/v1.0/Update-MgShareList.md +++ b/src/Files/Files/docs/v1.0/Update-MgShareList.md @@ -657,7 +657,7 @@ BODYPARAMETER : list - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1388,7 +1388,7 @@ BODYPARAMETER : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1915,7 +1915,7 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2126,7 +2126,7 @@ BODYPARAMETER : list - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2253,7 +2253,7 @@ BODYPARAMETER : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3547,7 +3547,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4285,7 +4285,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4849,7 +4849,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -5050,7 +5050,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -5177,7 +5177,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6127,7 +6127,7 @@ DRIVE : drive - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6859,7 +6859,7 @@ DRIVE : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7389,7 +7389,7 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7590,7 +7590,7 @@ DRIVE : drive - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7717,7 +7717,7 @@ DRIVE : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8721,7 +8721,7 @@ ITEMS : All items contained in the list. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9409,7 +9409,7 @@ ITEMS : All items contained in the list. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9976,7 +9976,7 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -10177,7 +10177,7 @@ ITEMS : All items contained in the list. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -10304,7 +10304,7 @@ ITEMS : All items contained in the list. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11290,7 +11290,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12028,7 +12028,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12592,7 +12592,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12793,7 +12793,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12920,7 +12920,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13816,7 +13816,7 @@ SHAREPOINTIDS : sharepointIds SUBSCRIPTIONS : The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgShareListItem.md b/src/Files/Files/docs/v1.0/Update-MgShareListItem.md index 116033e201a..479201813d1 100644 --- a/src/Files/Files/docs/v1.0/Update-MgShareListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgShareListItem.md @@ -681,7 +681,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1418,7 +1418,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1513,7 +1513,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1749,7 +1749,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1876,7 +1876,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3235,7 +3235,7 @@ BODYPARAMETER : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3923,7 +3923,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4490,7 +4490,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4691,7 +4691,7 @@ BODYPARAMETER : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4818,7 +4818,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5809,7 +5809,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6547,7 +6547,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7111,7 +7111,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7312,7 +7312,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7439,7 +7439,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8416,7 +8416,7 @@ DRIVEITEM : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9182,7 +9182,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9277,7 +9277,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9513,7 +9513,7 @@ DRIVEITEM : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9640,7 +9640,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11010,7 +11010,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11748,7 +11748,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12312,7 +12312,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12513,7 +12513,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12640,7 +12640,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/Update-MgShareListSubscription.md b/src/Files/Files/docs/v1.0/Update-MgShareListSubscription.md index e9f68d46fba..8a8bef7f59c 100644 --- a/src/Files/Files/docs/v1.0/Update-MgShareListSubscription.md +++ b/src/Files/Files/docs/v1.0/Update-MgShareListSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -466,7 +468,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgShareSharedDriveItemSharedDriveItem.md b/src/Files/Files/docs/v1.0/Update-MgShareSharedDriveItemSharedDriveItem.md index 81a21d825e4..56e8fd625c2 100644 --- a/src/Files/Files/docs/v1.0/Update-MgShareSharedDriveItemSharedDriveItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgShareSharedDriveItemSharedDriveItem.md @@ -626,7 +626,7 @@ BODYPARAMETER : sharedDriveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1357,7 +1357,7 @@ BODYPARAMETER : sharedDriveItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1921,7 +1921,7 @@ BODYPARAMETER : sharedDriveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2122,7 +2122,7 @@ BODYPARAMETER : sharedDriveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2249,7 +2249,7 @@ BODYPARAMETER : sharedDriveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3216,7 +3216,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3954,7 +3954,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4518,7 +4518,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4719,7 +4719,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4846,7 +4846,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5796,7 +5796,7 @@ DRIVEITEM : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6562,7 +6562,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6657,7 +6657,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6893,7 +6893,7 @@ DRIVEITEM : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7020,7 +7020,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8390,7 +8390,7 @@ ITEMS : All driveItems contained in the sharing root - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9156,7 +9156,7 @@ ITEMS : All driveItems contained in the sharing root - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9251,7 +9251,7 @@ ITEMS : All driveItems contained in the sharing root - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9487,7 +9487,7 @@ ITEMS : All driveItems contained in the sharing root - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9614,7 +9614,7 @@ ITEMS : All driveItems contained in the sharing root - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10959,7 +10959,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11697,7 +11697,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12261,7 +12261,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12462,7 +12462,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12589,7 +12589,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13539,7 +13539,7 @@ LIST : list - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14270,7 +14270,7 @@ LIST : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -14797,7 +14797,7 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15008,7 +15008,7 @@ LIST : list - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15135,7 +15135,7 @@ LIST : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16109,7 +16109,7 @@ LISTITEM : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -16797,7 +16797,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -17364,7 +17364,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -17565,7 +17565,7 @@ LISTITEM : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -17692,7 +17692,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18768,7 +18768,7 @@ ROOT : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -19534,7 +19534,7 @@ ROOT : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -19629,7 +19629,7 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -19865,7 +19865,7 @@ ROOT : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -19992,7 +19992,7 @@ ROOT : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -21338,7 +21338,7 @@ SITE : site - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -22069,7 +22069,7 @@ SITE : site - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -22692,7 +22692,7 @@ SITE : site - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -22796,7 +22796,7 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -22908,7 +22908,7 @@ SITE : site - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDrive.md b/src/Files/Files/docs/v1.0/Update-MgUserDrive.md index acc797ba390..8523cdf0c9a 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDrive.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDrive.md @@ -698,7 +698,7 @@ BODYPARAMETER : drive - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1430,7 +1430,7 @@ BODYPARAMETER : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1960,7 +1960,7 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2161,7 +2161,7 @@ BODYPARAMETER : drive - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2288,7 +2288,7 @@ BODYPARAMETER : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3267,7 +3267,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4033,7 +4033,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4128,7 +4128,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4364,7 +4364,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4491,7 +4491,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5836,7 +5836,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6574,7 +6574,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7138,7 +7138,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7339,7 +7339,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7466,7 +7466,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8415,7 +8415,7 @@ FOLLOWING : The list of items the user is following. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9181,7 +9181,7 @@ FOLLOWING : The list of items the user is following. - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9276,7 +9276,7 @@ FOLLOWING : The list of items the user is following. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9512,7 +9512,7 @@ FOLLOWING : The list of items the user is following. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9639,7 +9639,7 @@ FOLLOWING : The list of items the user is following. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11009,7 +11009,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11775,7 +11775,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11870,7 +11870,7 @@ ITEMS : All items contained in the drive. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12106,7 +12106,7 @@ ITEMS : All items contained in the drive. Read-only. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12233,7 +12233,7 @@ ITEMS : All items contained in the drive. Read-only. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13578,7 +13578,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14316,7 +14316,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -14880,7 +14880,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15081,7 +15081,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15208,7 +15208,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16158,7 +16158,7 @@ LIST : list - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -16889,7 +16889,7 @@ LIST : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -17416,7 +17416,7 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -17627,7 +17627,7 @@ LIST : list - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -17754,7 +17754,7 @@ LIST : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18767,7 +18767,7 @@ ROOT : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -19533,7 +19533,7 @@ ROOT : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -19628,7 +19628,7 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -19864,7 +19864,7 @@ ROOT : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -19991,7 +19991,7 @@ ROOT : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -21346,7 +21346,7 @@ SPECIAL : Collection of common folders available in - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -22112,7 +22112,7 @@ SPECIAL : Collection of common folders available in - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -22207,7 +22207,7 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -22443,7 +22443,7 @@ SPECIAL : Collection of common folders available in - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -22570,7 +22570,7 @@ SPECIAL : Collection of common folders available in - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveItem.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveItem.md index 0a7ff0d3330..210336a3baa 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDriveItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveItem.md @@ -1086,7 +1086,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1823,7 +1823,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1918,7 +1918,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2154,7 +2154,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2281,7 +2281,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3659,7 +3659,7 @@ BODYPARAMETER : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4425,7 +4425,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4520,7 +4520,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4756,7 +4756,7 @@ BODYPARAMETER : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4883,7 +4883,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6235,7 +6235,7 @@ CHILDREN : Collection containing Item objects for th - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -7001,7 +7001,7 @@ CHILDREN : Collection containing Item objects for th - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7096,7 +7096,7 @@ CHILDREN : Collection containing Item objects for th - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7332,7 +7332,7 @@ CHILDREN : Collection containing Item objects for th - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7459,7 +7459,7 @@ CHILDREN : Collection containing Item objects for th - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8804,7 +8804,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9542,7 +9542,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10106,7 +10106,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -10307,7 +10307,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -10434,7 +10434,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11443,7 +11443,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12181,7 +12181,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12745,7 +12745,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12946,7 +12946,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -13073,7 +13073,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -14023,7 +14023,7 @@ LISTITEM : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14711,7 +14711,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -15278,7 +15278,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15479,7 +15479,7 @@ LISTITEM : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15606,7 +15606,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16715,7 +16715,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveItemListItem.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveItemListItem.md index 38257468628..83b03113d42 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDriveItemListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveItemListItem.md @@ -656,7 +656,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1393,7 +1393,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1488,7 +1488,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1724,7 +1724,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1851,7 +1851,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3210,7 +3210,7 @@ BODYPARAMETER : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3898,7 +3898,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4465,7 +4465,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4666,7 +4666,7 @@ BODYPARAMETER : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4793,7 +4793,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5784,7 +5784,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6522,7 +6522,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7086,7 +7086,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7287,7 +7287,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7414,7 +7414,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8391,7 +8391,7 @@ DRIVEITEM : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9157,7 +9157,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9252,7 +9252,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9488,7 +9488,7 @@ DRIVEITEM : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9615,7 +9615,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10985,7 +10985,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11723,7 +11723,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12287,7 +12287,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12488,7 +12488,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12615,7 +12615,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveItemSubscription.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveItemSubscription.md index 2a75d662840..1d4494b1b9d 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDriveItemSubscription.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveItemSubscription.md @@ -108,6 +108,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -498,7 +500,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveList.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveList.md index a54de26c8aa..24c1177540f 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDriveList.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveList.md @@ -672,7 +672,7 @@ BODYPARAMETER : list - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1403,7 +1403,7 @@ BODYPARAMETER : list - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1930,7 +1930,7 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2141,7 +2141,7 @@ BODYPARAMETER : list - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2268,7 +2268,7 @@ BODYPARAMETER : list - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3562,7 +3562,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4300,7 +4300,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4864,7 +4864,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -5065,7 +5065,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -5192,7 +5192,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6142,7 +6142,7 @@ DRIVE : drive - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6874,7 +6874,7 @@ DRIVE : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7404,7 +7404,7 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7605,7 +7605,7 @@ DRIVE : drive - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7732,7 +7732,7 @@ DRIVE : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8736,7 +8736,7 @@ ITEMS : All items contained in the list. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9424,7 +9424,7 @@ ITEMS : All items contained in the list. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9991,7 +9991,7 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -10192,7 +10192,7 @@ ITEMS : All items contained in the list. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -10319,7 +10319,7 @@ ITEMS : All items contained in the list. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11305,7 +11305,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12043,7 +12043,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12607,7 +12607,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12808,7 +12808,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12935,7 +12935,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13831,7 +13831,7 @@ SHAREPOINTIDS : sharepointIds SUBSCRIPTIONS : The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveListItem.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveListItem.md index 296d98e3597..d265e64f52a 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDriveListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveListItem.md @@ -656,7 +656,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1393,7 +1393,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1488,7 +1488,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1724,7 +1724,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1851,7 +1851,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3210,7 +3210,7 @@ BODYPARAMETER : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3898,7 +3898,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4465,7 +4465,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4666,7 +4666,7 @@ BODYPARAMETER : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4793,7 +4793,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5784,7 +5784,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6522,7 +6522,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7086,7 +7086,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7287,7 +7287,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7414,7 +7414,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8391,7 +8391,7 @@ DRIVEITEM : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9157,7 +9157,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9252,7 +9252,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9488,7 +9488,7 @@ DRIVEITEM : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9615,7 +9615,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10985,7 +10985,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11723,7 +11723,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12287,7 +12287,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12488,7 +12488,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12615,7 +12615,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveListSubscription.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveListSubscription.md index 66c8c810c6d..06295a25abc 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDriveListSubscription.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveListSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -481,7 +483,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveRoot.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveRoot.md index 052281ee52e..528027a7fd2 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDriveRoot.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveRoot.md @@ -1071,7 +1071,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1808,7 +1808,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1903,7 +1903,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2139,7 +2139,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -2266,7 +2266,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3644,7 +3644,7 @@ BODYPARAMETER : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -4410,7 +4410,7 @@ BODYPARAMETER : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4505,7 +4505,7 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4741,7 +4741,7 @@ BODYPARAMETER : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4868,7 +4868,7 @@ BODYPARAMETER : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -6220,7 +6220,7 @@ CHILDREN : Collection containing Item objects for th - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6986,7 +6986,7 @@ CHILDREN : Collection containing Item objects for th - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7081,7 +7081,7 @@ CHILDREN : Collection containing Item objects for th - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7317,7 +7317,7 @@ CHILDREN : Collection containing Item objects for th - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7444,7 +7444,7 @@ CHILDREN : Collection containing Item objects for th - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8789,7 +8789,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9527,7 +9527,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -10091,7 +10091,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -10292,7 +10292,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -10419,7 +10419,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -11428,7 +11428,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -12166,7 +12166,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12730,7 +12730,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12931,7 +12931,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -13058,7 +13058,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -14008,7 +14008,7 @@ LISTITEM : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -14696,7 +14696,7 @@ LISTITEM : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -15263,7 +15263,7 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15464,7 +15464,7 @@ LISTITEM : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -15591,7 +15591,7 @@ LISTITEM : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -16700,7 +16700,7 @@ SPECIALFOLDER : specialFolder SUBSCRIPTIONS : The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveRootListItem.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveRootListItem.md index f416da1f498..8c14e3e2843 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDriveRootListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveRootListItem.md @@ -641,7 +641,7 @@ ANALYTICS : itemAnalytics - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1378,7 +1378,7 @@ ANALYTICS : itemAnalytics - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1473,7 +1473,7 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1709,7 +1709,7 @@ ANALYTICS : itemAnalytics - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1836,7 +1836,7 @@ ANALYTICS : itemAnalytics - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3195,7 +3195,7 @@ BODYPARAMETER : listItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3883,7 +3883,7 @@ BODYPARAMETER : listItem - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4450,7 +4450,7 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4651,7 +4651,7 @@ BODYPARAMETER : listItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4778,7 +4778,7 @@ BODYPARAMETER : listItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5769,7 +5769,7 @@ CREATEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -6507,7 +6507,7 @@ CREATEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7071,7 +7071,7 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7272,7 +7272,7 @@ CREATEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -7399,7 +7399,7 @@ CREATEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8376,7 +8376,7 @@ DRIVEITEM : driveItem - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -9142,7 +9142,7 @@ DRIVEITEM : driveItem - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -9237,7 +9237,7 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9473,7 +9473,7 @@ DRIVEITEM : driveItem - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -9600,7 +9600,7 @@ DRIVEITEM : driveItem - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10970,7 +10970,7 @@ LASTMODIFIEDBYUSER : user - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -11708,7 +11708,7 @@ LASTMODIFIEDBYUSER : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12272,7 +12272,7 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12473,7 +12473,7 @@ LASTMODIFIEDBYUSER : user - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -12600,7 +12600,7 @@ LASTMODIFIEDBYUSER : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveRootSubscription.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveRootSubscription.md index 2f50fd3ffac..bedb7409419 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDriveRootSubscription.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveRootSubscription.md @@ -106,6 +106,8 @@ The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. +Use updated to receive notifications when user or group is created, updated or soft deleted. +Use deleted to receive notifications when user or group is permanently deleted. ```yaml Type: System.String @@ -481,7 +483,7 @@ BODYPARAMETER : subscription - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. diff --git a/src/Financials/Financials/docs/v1.0-beta/Microsoft.Graph.Financials.md b/src/Financials/Financials/docs/v1.0-beta/Microsoft.Graph.Financials.md index b199eeeb35b..ef1849e3537 100644 --- a/src/Financials/Financials/docs/v1.0-beta/Microsoft.Graph.Financials.md +++ b/src/Financials/Financials/docs/v1.0-beta/Microsoft.Graph.Financials.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Financials -Module Guid: f2dc9810-b008-4123-a4d4-f3dc60361771 +Module Guid: b31c9934-5b7c-4826-8394-b3f100ce4d64 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.financials Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupDriveListContentTypeCopy.md b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupDriveListContentTypeCopy.md index ee1642ddcd7..5395084d3e3 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupDriveListContentTypeCopy.md +++ b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupDriveListContentTypeCopy.md @@ -226,6 +226,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -251,6 +253,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupDriveListContentTypeCopyFromContentTypeHub.md b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupDriveListContentTypeCopyFromContentTypeHub.md index b4a7dfe3cf5..a3f059da8bf 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupDriveListContentTypeCopyFromContentTypeHub.md +++ b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupDriveListContentTypeCopyFromContentTypeHub.md @@ -247,6 +247,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -272,6 +274,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupFavorite.md b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupFavorite.md index 418668798d2..eb7d5a0bdf5 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupFavorite.md +++ b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupFavorite.md @@ -154,6 +154,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -179,6 +181,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSite.md b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSite.md index e6c75deb1c6..25798444c9d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSite.md +++ b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSite.md @@ -1073,9 +1073,9 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1196,11 +1196,11 @@ BODYPARAMETER ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1672,7 +1672,7 @@ BODYPARAMETER ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2474,7 +2474,7 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2583,7 +2583,7 @@ BODYPARAMETER ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3853,6 +3853,11 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4672,14 +4677,60 @@ BODYPARAMETER ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4718,6 +4769,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -4743,6 +4796,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart VALUE : . - `[CreatedBy ]`: identitySet @@ -5639,9 +5693,9 @@ VALUE : . - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5762,11 +5816,11 @@ VALUE : . - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6238,7 +6292,7 @@ VALUE : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7040,7 +7094,7 @@ VALUE : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7149,7 +7203,7 @@ VALUE : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8419,6 +8473,11 @@ VALUE : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9238,14 +9297,60 @@ VALUE : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings diff --git a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSiteContentTypeCopy.md b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSiteContentTypeCopy.md index 089a85ff7e2..9498b6f028c 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSiteContentTypeCopy.md +++ b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSiteContentTypeCopy.md @@ -226,6 +226,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -251,6 +253,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSiteContentTypeCopyFromContentTypeHub.md b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSiteContentTypeCopyFromContentTypeHub.md index 2f4af11de16..ae6ca4024b1 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSiteContentTypeCopyFromContentTypeHub.md +++ b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSiteContentTypeCopyFromContentTypeHub.md @@ -247,6 +247,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -272,6 +274,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSiteListContentTypeCopy.md b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSiteListContentTypeCopy.md index 92ca3a2bcfb..2c62afc5114 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSiteListContentTypeCopy.md +++ b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSiteListContentTypeCopy.md @@ -241,6 +241,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -266,6 +268,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSiteListContentTypeCopyFromContentTypeHub.md b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSiteListContentTypeCopyFromContentTypeHub.md index 0d2a2b88134..80a0f7e2bc8 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSiteListContentTypeCopyFromContentTypeHub.md +++ b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSiteListContentTypeCopyFromContentTypeHub.md @@ -262,6 +262,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -287,6 +289,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupToLifecyclePolicy.md b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupToLifecyclePolicy.md index 26c3e50167a..2bdd1897e4c 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupToLifecyclePolicy.md +++ b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupToLifecyclePolicy.md @@ -196,6 +196,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -221,6 +223,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupGrantedPermissionForApp.md b/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupGrantedPermissionForApp.md index 2af81782f9e..0dd35383a44 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupGrantedPermissionForApp.md +++ b/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupGrantedPermissionForApp.md @@ -129,6 +129,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -154,6 +156,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupMemberGroup.md b/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupMemberGroup.md index 2b1077b98a1..4c208e920c0 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupMemberGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupMemberGroup.md @@ -244,6 +244,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -269,6 +271,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupMemberObject.md b/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupMemberObject.md index fe4da3b27f7..5aa5e2fb245 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupMemberObject.md +++ b/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupMemberObject.md @@ -196,6 +196,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -221,6 +223,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupPermissionGrantMemberGroup.md b/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupPermissionGrantMemberGroup.md index 021f06c3417..3b27dde73a2 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupPermissionGrantMemberGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupPermissionGrantMemberGroup.md @@ -259,6 +259,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -284,6 +286,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupPermissionGrantMemberObject.md b/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupPermissionGrantMemberObject.md index 2f8f6b05d99..1f88289c444 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupPermissionGrantMemberObject.md +++ b/src/Groups/Groups/docs/v1.0-beta/Confirm-MgGroupPermissionGrantMemberObject.md @@ -211,6 +211,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -236,6 +238,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupDriveItem.md b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupDriveItem.md index e8f8127062d..95b7f89524b 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupDriveItem.md @@ -261,6 +261,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -286,6 +288,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart PARENTREFERENCE : itemReference - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupDriveListContentTypeToDefaultContentLocation.md b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupDriveListContentTypeToDefaultContentLocation.md index 51cb181f579..4ff4501544e 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupDriveListContentTypeToDefaultContentLocation.md +++ b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupDriveListContentTypeToDefaultContentLocation.md @@ -301,6 +301,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -326,6 +328,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart SOURCEFILE : itemReference - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupDriveRoot.md index 6e34749c82b..de756753b27 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupDriveRoot.md @@ -245,6 +245,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -270,6 +272,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart PARENTREFERENCE : itemReference - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupOnenoteNotebook.md b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupOnenoteNotebook.md index 4f2c2c9104f..58dd4e553c9 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupOnenoteNotebook.md +++ b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupOnenoteNotebook.md @@ -298,6 +298,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -323,6 +325,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupOnenotePageToSection.md b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupOnenotePageToSection.md index a9ad4fcdd5e..d7474c011f5 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupOnenotePageToSection.md +++ b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupOnenotePageToSection.md @@ -280,6 +280,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -305,6 +307,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupOnenoteSectionToNotebook.md b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupOnenoteSectionToNotebook.md index ab3e60c1776..39cd2bf791f 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupOnenoteSectionToNotebook.md +++ b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupOnenoteSectionToNotebook.md @@ -297,6 +297,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -322,6 +324,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupOnenoteSectionToSectionGroup.md b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupOnenoteSectionToSectionGroup.md index a99d140adf6..04c45e92b9f 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupOnenoteSectionToSectionGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupOnenoteSectionToSectionGroup.md @@ -297,6 +297,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -322,6 +324,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupSiteContentTypeToDefaultContentLocation.md b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupSiteContentTypeToDefaultContentLocation.md index fb4cbdc9ad3..72af7e10ec9 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupSiteContentTypeToDefaultContentLocation.md +++ b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupSiteContentTypeToDefaultContentLocation.md @@ -300,6 +300,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -325,6 +327,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart SOURCEFILE : itemReference - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupSiteListContentTypeToDefaultContentLocation.md b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupSiteListContentTypeToDefaultContentLocation.md index e575c226039..2f0b340511d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupSiteListContentTypeToDefaultContentLocation.md +++ b/src/Groups/Groups/docs/v1.0-beta/Copy-MgGroupSiteListContentTypeToDefaultContentLocation.md @@ -316,6 +316,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -341,6 +343,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart SOURCEFILE : itemReference - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroup.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroup.md index 63c8c44897b..d4980136975 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroup.md @@ -393,6 +393,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -418,6 +420,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupCalendarEventDelta.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupCalendarEventDelta.md index e9de11aec82..adc9d470c81 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupCalendarEventDelta.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupCalendarEventDelta.md @@ -219,6 +219,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -244,6 +246,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupCalendarSchedule.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupCalendarSchedule.md index 3a753be02b9..29695b9b28a 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupCalendarSchedule.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupCalendarSchedule.md @@ -284,6 +284,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -309,6 +311,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart STARTTIME : dateTimeTimeZone - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversation.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversation.md index 44c405f13c1..e65e961d626 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversation.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversation.md @@ -282,6 +282,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -307,6 +309,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThread.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThread.md index 0d479b7b6c3..1170945944b 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThread.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThread.md @@ -287,6 +287,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -312,6 +314,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPost.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPost.md index bc4a4832a31..999e0d214c0 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPost.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPost.md @@ -299,6 +299,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -324,6 +326,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostAttachment.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostAttachment.md index 18d3d89ce12..98714b81445 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostAttachment.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostAttachment.md @@ -310,6 +310,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -335,6 +337,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostExtension.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostExtension.md index bf86e0a1d65..93b22005fb9 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostExtension.md @@ -312,6 +312,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -337,6 +339,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToAttachment.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToAttachment.md index 08594f3cf56..b2acd992f0c 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToAttachment.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToAttachment.md @@ -310,6 +310,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -335,6 +337,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToExtension.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToExtension.md index 9863b88d40e..5a717362351 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToExtension.md @@ -312,6 +312,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -337,6 +339,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToMention.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToMention.md index a625232b302..68027f3de22 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToMention.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToMention.md @@ -304,6 +304,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -329,6 +331,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md index 29150ef0088..156bf047ebf 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md @@ -323,6 +323,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -348,6 +350,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md index 23e0b820299..7d2e636cc4d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md @@ -324,6 +324,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -349,6 +351,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostMention.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostMention.md index 184a7333180..8ff74ebcc92 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostMention.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostMention.md @@ -304,6 +304,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -329,6 +331,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostMultiValueExtendedProperty.md index 68e766191ff..df3c08af218 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostMultiValueExtendedProperty.md @@ -323,6 +323,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -348,6 +350,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostSingleValueExtendedProperty.md index 7fc33d3b152..68d332728ec 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupConversationThreadPostSingleValueExtendedProperty.md @@ -324,6 +324,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -349,6 +351,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupCreatedOnBehalfOf.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupCreatedOnBehalfOf.md index d2f01be176e..08e8c267100 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupCreatedOnBehalfOf.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupCreatedOnBehalfOf.md @@ -133,6 +133,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -158,6 +160,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveItemActivityByInterval.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveItemActivityByInterval.md index 341688e350a..99989d9c000 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveItemActivityByInterval.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveItemActivityByInterval.md @@ -282,6 +282,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -307,6 +309,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveItemDelta.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveItemDelta.md index 1da7868f798..6554adf6e8e 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveItemDelta.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveItemDelta.md @@ -263,6 +263,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -288,6 +290,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveItemListItemActivityByInterval.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveItemListItemActivityByInterval.md index 4469216c566..b1ef8d81109 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveItemListItemActivityByInterval.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveItemListItemActivityByInterval.md @@ -282,6 +282,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -307,6 +309,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveListContentTypeCompatibleHubContentType.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveListContentTypeCompatibleHubContentType.md index 55cfdfdf589..f4299d026fb 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveListContentTypeCompatibleHubContentType.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveListContentTypeCompatibleHubContentType.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveListItemActivityByInterval.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveListItemActivityByInterval.md index ea172b785fe..11b03329b8b 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveListItemActivityByInterval.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveListItemActivityByInterval.md @@ -282,6 +282,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -307,6 +309,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveListItemDelta.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveListItemDelta.md index ef0c6a42fc3..5a50de7984b 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveListItemDelta.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveListItemDelta.md @@ -250,6 +250,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -275,6 +277,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveRootActivityByInterval.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveRootActivityByInterval.md index b3dd2ad826b..98b3e26d7f0 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveRootActivityByInterval.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveRootActivityByInterval.md @@ -266,6 +266,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -291,6 +293,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveRootDelta.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveRootDelta.md index d3584f1b3ca..723782f9563 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveRootDelta.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveRootDelta.md @@ -248,6 +248,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -273,6 +275,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveRootListItemActivityByInterval.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveRootListItemActivityByInterval.md index b4a34ea55d3..d8555039727 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveRootListItemActivityByInterval.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupDriveRootListItemActivityByInterval.md @@ -266,6 +266,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -291,6 +293,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupEndpoint.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupEndpoint.md index aef8fca2bb6..167f7e20fa5 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupEndpoint.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupEndpoint.md @@ -294,6 +294,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -319,6 +321,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupEventDelta.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupEventDelta.md index f6456fefe2f..85f3cb1c862 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupEventDelta.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupEventDelta.md @@ -218,6 +218,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -243,6 +245,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupExtension.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupExtension.md index 25b09ac4cf2..3d62ce3554e 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupExtension.md @@ -278,6 +278,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -303,6 +305,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupLifecyclePolicy.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupLifecyclePolicy.md index a54ce195ec6..b213ab488c9 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupLifecyclePolicy.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupLifecyclePolicy.md @@ -275,6 +275,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -300,6 +302,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupMemberGroup.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupMemberGroup.md index 7272ad6f391..f9c9aeb41e3 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupMemberGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupMemberGroup.md @@ -229,6 +229,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -254,6 +256,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupMemberObject.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupMemberObject.md index dff90eae3bf..538bda9c438 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupMemberObject.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupMemberObject.md @@ -211,6 +211,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -236,6 +238,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupMemberOf.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupMemberOf.md index e610074a444..9f0206209de 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupMemberOf.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupMemberOf.md @@ -305,6 +305,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -330,6 +332,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupMemberWithLicenseError.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupMemberWithLicenseError.md index b05d152c36e..67ed2a3d48c 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupMemberWithLicenseError.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupMemberWithLicenseError.md @@ -290,6 +290,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -315,6 +317,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupOnenoteNotebookFromWebUrl.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupOnenoteNotebookFromWebUrl.md index 72def71a0b8..6a023dca066 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupOnenoteNotebookFromWebUrl.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupOnenoteNotebookFromWebUrl.md @@ -214,6 +214,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -239,6 +241,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupOnenoteRecentNotebook.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupOnenoteRecentNotebook.md index 64eada313df..3d6ee67a859 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupOnenoteRecentNotebook.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupOnenoteRecentNotebook.md @@ -189,6 +189,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -214,6 +216,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrant.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrant.md index 28ec0f796b5..ae2ad885370 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrant.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrant.md @@ -283,6 +283,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -308,6 +310,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrantById.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrantById.md index aa6bd2cd6a4..4cdeb32c94d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrantById.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrantById.md @@ -214,6 +214,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -239,6 +241,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrantMemberGroup.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrantMemberGroup.md index a8273f99644..ef843892b95 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrantMemberGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrantMemberGroup.md @@ -244,6 +244,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -269,6 +271,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrantMemberObject.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrantMemberObject.md index 3bd32c56949..6e631744813 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrantMemberObject.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrantMemberObject.md @@ -226,6 +226,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -251,6 +253,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrantUserOwnedObject.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrantUserOwnedObject.md index a5e0752cbcd..bcb8c4fb69d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrantUserOwnedObject.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPermissionGrantUserOwnedObject.md @@ -212,6 +212,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -237,6 +239,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPhoto.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPhoto.md index 5bccd25447b..0db32fc8099 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPhoto.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPhoto.md @@ -258,6 +258,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -283,6 +285,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPhotoContent.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPhotoContent.md index f3a2645b07a..c416ea44763 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPhotoContent.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupPhotoContent.md @@ -153,6 +153,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -178,6 +180,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSetting.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSetting.md index 70746d8f568..084529affcb 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSetting.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSetting.md @@ -274,6 +274,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -299,6 +301,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteActivityByInterval.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteActivityByInterval.md index aa266be39a9..d86076449c2 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteActivityByInterval.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteActivityByInterval.md @@ -266,6 +266,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -291,6 +293,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteApplicableContentTypeForList.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteApplicableContentTypeForList.md index 4f0dc75aad8..79538a2e052 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteApplicableContentTypeForList.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteApplicableContentTypeForList.md @@ -236,6 +236,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -261,6 +263,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteByPath.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteByPath.md index cc18fcfb5cd..21f444fd0ca 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteByPath.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteByPath.md @@ -127,6 +127,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -152,6 +154,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteContentTypeCompatibleHubContentType.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteContentTypeCompatibleHubContentType.md index bcb39c70e4e..62200613de7 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteContentTypeCompatibleHubContentType.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteContentTypeCompatibleHubContentType.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteDelta.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteDelta.md index 3bf1a95000c..4cd80f4130a 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteDelta.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteDelta.md @@ -204,6 +204,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -229,6 +231,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteListContentTypeCompatibleHubContentType.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteListContentTypeCompatibleHubContentType.md index 7965d4ee08e..11b4fce9a6a 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteListContentTypeCompatibleHubContentType.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteListContentTypeCompatibleHubContentType.md @@ -236,6 +236,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -261,6 +263,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteListItemActivityByInterval.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteListItemActivityByInterval.md index eff129db7ad..b993fa78d9b 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteListItemActivityByInterval.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteListItemActivityByInterval.md @@ -297,6 +297,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -322,6 +324,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteListItemDelta.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteListItemDelta.md index 140983605c8..0a223581089 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteListItemDelta.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSiteListItemDelta.md @@ -263,6 +263,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -288,6 +290,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md new file mode 100644 index 00000000000..0d898105b3b --- /dev/null +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md @@ -0,0 +1,239 @@ +--- +external help file: +Module Name: Microsoft.Graph.Groups +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupsitepagecanvalayouthorizontalsectioncolumnwebpartpositionofwebpart +schema: 2.0.0 +--- + +# Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart + +## SYNOPSIS +Invoke action getPositionOfWebPart + +## SYNTAX + +### Get (Default) +``` +Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart -GroupId + -HorizontalSectionColumnId -HorizontalSectionId -SiteId -SitePageId + -WebPartId [-Confirm] [-WhatIf] [] +``` + +### GetViaIdentity +``` +Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart -InputObject + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Invoke action getPositionOfWebPart + +## EXAMPLES + +## PARAMETERS + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -HorizontalSectionColumnId +key: id of horizontalSectionColumn + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -HorizontalSectionId +key: id of horizontalSection + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IGroupsIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -SiteId +key: id of site + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SitePageId +key: id of sitePage + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WebPartId +key: id of webPart + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IGroupsIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWebPartPosition + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT : Identity Parameter + - `[AttachmentId ]`: key: id of attachment + - `[ContentTypeId ]`: key: id of contentType + - `[ConversationId ]`: key: id of conversation + - `[ConversationThreadId ]`: key: id of conversationThread + - `[DirectoryObjectId ]`: key: id of directoryObject + - `[DirectorySettingId ]`: key: id of directorySetting + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[EndpointId ]`: key: id of endpoint + - `[EventId ]`: key: id of event + - `[ExtensionId ]`: key: id of extension + - `[GroupId ]`: key: id of group + - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection + - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} + - `[Interval ]`: Usage: interval='{interval}' + - `[ListId ]`: key: id of list + - `[ListId1 ]`: Usage: listId='{listId}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[MentionId ]`: key: id of mention + - `[MultiValueLegacyExtendedPropertyId ]`: key: id of multiValueLegacyExtendedProperty + - `[NotebookId ]`: key: id of notebook + - `[OnenotePageId ]`: key: id of onenotePage + - `[OnenoteSectionId ]`: key: id of onenoteSection + - `[Path ]`: Usage: path='{path}' + - `[PermissionId ]`: key: id of permission + - `[PostId ]`: key: id of post + - `[ProfilePhotoId ]`: key: id of profilePhoto + - `[Q ]`: Usage: q='{q}' + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SingleValueLegacyExtendedPropertyId ]`: key: id of singleValueLegacyExtendedProperty + - `[SiteId ]`: key: id of site + - `[SitePageId ]`: key: id of sitePage + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[Token ]`: Usage: token='{token}' + - `[User ]`: Usage: User='{User}' + - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart + +## RELATED LINKS + diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md new file mode 100644 index 00000000000..aa505a03785 --- /dev/null +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md @@ -0,0 +1,208 @@ +--- +external help file: +Module Name: Microsoft.Graph.Groups +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupsitepagecanvalayoutverticalsectionwebpartpositionofwebpart +schema: 2.0.0 +--- + +# Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart + +## SYNOPSIS +Invoke action getPositionOfWebPart + +## SYNTAX + +### Get (Default) +``` +Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart -GroupId -SiteId + -SitePageId -WebPartId [-Confirm] [-WhatIf] [] +``` + +### GetViaIdentity +``` +Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart -InputObject + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Invoke action getPositionOfWebPart + +## EXAMPLES + +## PARAMETERS + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IGroupsIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -SiteId +key: id of site + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SitePageId +key: id of sitePage + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WebPartId +key: id of webPart + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IGroupsIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWebPartPosition + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT : Identity Parameter + - `[AttachmentId ]`: key: id of attachment + - `[ContentTypeId ]`: key: id of contentType + - `[ConversationId ]`: key: id of conversation + - `[ConversationThreadId ]`: key: id of conversationThread + - `[DirectoryObjectId ]`: key: id of directoryObject + - `[DirectorySettingId ]`: key: id of directorySetting + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[EndpointId ]`: key: id of endpoint + - `[EventId ]`: key: id of event + - `[ExtensionId ]`: key: id of extension + - `[GroupId ]`: key: id of group + - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection + - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} + - `[Interval ]`: Usage: interval='{interval}' + - `[ListId ]`: key: id of list + - `[ListId1 ]`: Usage: listId='{listId}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[MentionId ]`: key: id of mention + - `[MultiValueLegacyExtendedPropertyId ]`: key: id of multiValueLegacyExtendedProperty + - `[NotebookId ]`: key: id of notebook + - `[OnenotePageId ]`: key: id of onenotePage + - `[OnenoteSectionId ]`: key: id of onenoteSection + - `[Path ]`: Usage: path='{path}' + - `[PermissionId ]`: key: id of permission + - `[PostId ]`: key: id of post + - `[ProfilePhotoId ]`: key: id of profilePhoto + - `[Q ]`: Usage: q='{q}' + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SingleValueLegacyExtendedPropertyId ]`: key: id of singleValueLegacyExtendedProperty + - `[SiteId ]`: key: id of site + - `[SitePageId ]`: key: id of sitePage + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[Token ]`: Usage: token='{token}' + - `[User ]`: Usage: User='{User}' + - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart + +## RELATED LINKS + diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSitePageWebPartByPosition.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSitePageWebPartByPosition.md new file mode 100644 index 00000000000..68b27a1eb41 --- /dev/null +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSitePageWebPartByPosition.md @@ -0,0 +1,309 @@ +--- +external help file: +Module Name: Microsoft.Graph.Groups +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupsitepagewebpartbyposition +schema: 2.0.0 +--- + +# Get-MgGroupSitePageWebPartByPosition + +## SYNOPSIS +Invoke action getWebPartsByPosition + +## SYNTAX + +### GetExpanded (Default) +``` +Get-MgGroupSitePageWebPartByPosition -GroupId -SiteId -SitePageId + [-AdditionalProperties ] [-ColumnId ] [-HorizontalSectionId ] + [-IsInVerticalSection] [-WebPartIndex ] [-Confirm] [-WhatIf] [] +``` + +### Get +``` +Get-MgGroupSitePageWebPartByPosition -GroupId -SiteId -SitePageId + -BodyParameter + [-Confirm] [-WhatIf] [] +``` + +### GetViaIdentity +``` +Get-MgGroupSitePageWebPartByPosition -InputObject + -BodyParameter + [-Confirm] [-WhatIf] [] +``` + +### GetViaIdentityExpanded +``` +Get-MgGroupSitePageWebPartByPosition -InputObject [-AdditionalProperties ] + [-ColumnId ] [-HorizontalSectionId ] [-IsInVerticalSection] [-WebPartIndex ] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Invoke action getWebPartsByPosition + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: GetExpanded, GetViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +. +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths3Xxv9NGroupsGroupIdSitesSiteIdPagesSitepageIdMicrosoftGraphGetwebpartsbypositionPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Get, GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ColumnId +. + +```yaml +Type: System.Double +Parameter Sets: GetExpanded, GetViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Get, GetExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -HorizontalSectionId +. + +```yaml +Type: System.Double +Parameter Sets: GetExpanded, GetViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IGroupsIdentity +Parameter Sets: GetViaIdentity, GetViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -IsInVerticalSection +. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: GetExpanded, GetViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SiteId +key: id of site + +```yaml +Type: System.String +Parameter Sets: Get, GetExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SitePageId +key: id of sitePage + +```yaml +Type: System.String +Parameter Sets: Get, GetExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WebPartIndex +. + +```yaml +Type: System.Double +Parameter Sets: GetExpanded, GetViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IGroupsIdentity + +### Microsoft.Graph.PowerShell.Models.IPaths3Xxv9NGroupsGroupIdSitesSiteIdPagesSitepageIdMicrosoftGraphGetwebpartsbypositionPostRequestbodyContentApplicationJsonSchema + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWebPart + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +BODYPARAMETER : . + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColumnId ]`: + - `[HorizontalSectionId ]`: + - `[IsInVerticalSection ]`: + - `[WebPartIndex ]`: + +INPUTOBJECT : Identity Parameter + - `[AttachmentId ]`: key: id of attachment + - `[ContentTypeId ]`: key: id of contentType + - `[ConversationId ]`: key: id of conversation + - `[ConversationThreadId ]`: key: id of conversationThread + - `[DirectoryObjectId ]`: key: id of directoryObject + - `[DirectorySettingId ]`: key: id of directorySetting + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[EndpointId ]`: key: id of endpoint + - `[EventId ]`: key: id of event + - `[ExtensionId ]`: key: id of extension + - `[GroupId ]`: key: id of group + - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection + - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} + - `[Interval ]`: Usage: interval='{interval}' + - `[ListId ]`: key: id of list + - `[ListId1 ]`: Usage: listId='{listId}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[MentionId ]`: key: id of mention + - `[MultiValueLegacyExtendedPropertyId ]`: key: id of multiValueLegacyExtendedProperty + - `[NotebookId ]`: key: id of notebook + - `[OnenotePageId ]`: key: id of onenotePage + - `[OnenoteSectionId ]`: key: id of onenoteSection + - `[Path ]`: Usage: path='{path}' + - `[PermissionId ]`: key: id of permission + - `[PostId ]`: key: id of post + - `[ProfilePhotoId ]`: key: id of profilePhoto + - `[Q ]`: Usage: q='{q}' + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SingleValueLegacyExtendedPropertyId ]`: key: id of singleValueLegacyExtendedProperty + - `[SiteId ]`: key: id of site + - `[SitePageId ]`: key: id of sitePage + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[Token ]`: Usage: token='{token}' + - `[User ]`: Usage: User='{User}' + - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart + +## RELATED LINKS + diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSitePageWebPartPositionOfWebPart.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSitePageWebPartPositionOfWebPart.md new file mode 100644 index 00000000000..91f2ff5d53a --- /dev/null +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupSitePageWebPartPositionOfWebPart.md @@ -0,0 +1,208 @@ +--- +external help file: +Module Name: Microsoft.Graph.Groups +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupsitepagewebpartpositionofwebpart +schema: 2.0.0 +--- + +# Get-MgGroupSitePageWebPartPositionOfWebPart + +## SYNOPSIS +Invoke action getPositionOfWebPart + +## SYNTAX + +### Get (Default) +``` +Get-MgGroupSitePageWebPartPositionOfWebPart -GroupId -SiteId -SitePageId + -WebPartId [-Confirm] [-WhatIf] [] +``` + +### GetViaIdentity +``` +Get-MgGroupSitePageWebPartPositionOfWebPart -InputObject [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action getPositionOfWebPart + +## EXAMPLES + +## PARAMETERS + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IGroupsIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -SiteId +key: id of site + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SitePageId +key: id of sitePage + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WebPartId +key: id of webPart + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IGroupsIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWebPartPosition + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT : Identity Parameter + - `[AttachmentId ]`: key: id of attachment + - `[ContentTypeId ]`: key: id of contentType + - `[ConversationId ]`: key: id of conversation + - `[ConversationThreadId ]`: key: id of conversationThread + - `[DirectoryObjectId ]`: key: id of directoryObject + - `[DirectorySettingId ]`: key: id of directorySetting + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[EndpointId ]`: key: id of endpoint + - `[EventId ]`: key: id of event + - `[ExtensionId ]`: key: id of extension + - `[GroupId ]`: key: id of group + - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection + - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} + - `[Interval ]`: Usage: interval='{interval}' + - `[ListId ]`: key: id of list + - `[ListId1 ]`: Usage: listId='{listId}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[MentionId ]`: key: id of mention + - `[MultiValueLegacyExtendedPropertyId ]`: key: id of multiValueLegacyExtendedProperty + - `[NotebookId ]`: key: id of notebook + - `[OnenotePageId ]`: key: id of onenotePage + - `[OnenoteSectionId ]`: key: id of onenoteSection + - `[Path ]`: Usage: path='{path}' + - `[PermissionId ]`: key: id of permission + - `[PostId ]`: key: id of post + - `[ProfilePhotoId ]`: key: id of profilePhoto + - `[Q ]`: Usage: q='{q}' + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SingleValueLegacyExtendedPropertyId ]`: key: id of singleValueLegacyExtendedProperty + - `[SiteId ]`: key: id of site + - `[SitePageId ]`: key: id of sitePage + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[Token ]`: Usage: token='{token}' + - `[User ]`: Usage: User='{User}' + - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart + +## RELATED LINKS + diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThread.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThread.md index 3ef832f5845..4865bc06980 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThread.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThread.md @@ -268,6 +268,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -293,6 +295,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPost.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPost.md index d64bb2cbfec..e88b0159b95 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPost.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPost.md @@ -293,6 +293,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -318,6 +320,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostAttachment.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostAttachment.md index 2a432db0379..1e0df57c431 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostAttachment.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostAttachment.md @@ -302,6 +302,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -327,6 +329,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostExtension.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostExtension.md index cbf64b8146a..591eb9f8098 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostExtension.md @@ -304,6 +304,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -329,6 +331,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToAttachment.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToAttachment.md index a77b1921375..52653613984 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToAttachment.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToAttachment.md @@ -293,6 +293,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -318,6 +320,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToExtension.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToExtension.md index bc7480ce1d6..5bae3d89e20 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToExtension.md @@ -295,6 +295,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -320,6 +322,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToMention.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToMention.md index c877a4af778..0db38756407 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToMention.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToMention.md @@ -287,6 +287,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -312,6 +314,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md index aa7bca4c2e3..497ecf7913a 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md @@ -308,6 +308,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -333,6 +335,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md index 3fff4fab9f9..f1d3ba7d15d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md @@ -308,6 +308,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -333,6 +335,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostMention.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostMention.md index ca5b19eae88..3cc75495bc1 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostMention.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostMention.md @@ -287,6 +287,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -312,6 +314,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostMultiValueExtendedProperty.md index 36d0f2891fa..2b5a3ad4b6d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostMultiValueExtendedProperty.md @@ -308,6 +308,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -333,6 +335,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostSingleValueExtendedProperty.md index 777cf33a979..a8c882799c9 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupThreadPostSingleValueExtendedProperty.md @@ -308,6 +308,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -333,6 +335,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupTransitiveMember.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupTransitiveMember.md index 8e39f8f1eaf..afd59b57489 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupTransitiveMember.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupTransitiveMember.md @@ -299,6 +299,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -324,6 +326,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupTransitiveMemberOf.md b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupTransitiveMemberOf.md index 5d3cd76bbb0..b9cf4d2fcf9 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupTransitiveMemberOf.md +++ b/src/Groups/Groups/docs/v1.0-beta/Get-MgGroupTransitiveMemberOf.md @@ -299,6 +299,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -324,6 +326,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Grant-MgGroupDriveItemPermission.md b/src/Groups/Groups/docs/v1.0-beta/Grant-MgGroupDriveItemPermission.md index 6c3494c4d16..077d2edb951 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Grant-MgGroupDriveItemPermission.md +++ b/src/Groups/Groups/docs/v1.0-beta/Grant-MgGroupDriveItemPermission.md @@ -288,6 +288,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -313,6 +315,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart RECIPIENTS : . - `[Alias ]`: The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). diff --git a/src/Groups/Groups/docs/v1.0-beta/Grant-MgGroupDriveRootPermission.md b/src/Groups/Groups/docs/v1.0-beta/Grant-MgGroupDriveRootPermission.md index 5349886bdb8..f2833f9f221 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Grant-MgGroupDriveRootPermission.md +++ b/src/Groups/Groups/docs/v1.0-beta/Grant-MgGroupDriveRootPermission.md @@ -272,6 +272,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -297,6 +299,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart RECIPIENTS : . - `[Alias ]`: The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). diff --git a/src/Groups/Groups/docs/v1.0-beta/Grant-MgGroupSitePermission.md b/src/Groups/Groups/docs/v1.0-beta/Grant-MgGroupSitePermission.md index 46c057ffd12..5f255015ebf 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Grant-MgGroupSitePermission.md +++ b/src/Groups/Groups/docs/v1.0-beta/Grant-MgGroupSitePermission.md @@ -272,6 +272,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -297,6 +299,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart RECIPIENTS : . - `[Alias ]`: The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgAcceptGroupCalendarEvent.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgAcceptGroupCalendarEvent.md index 33c5f2296e8..90f50d654a7 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgAcceptGroupCalendarEvent.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgAcceptGroupCalendarEvent.md @@ -259,6 +259,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -284,6 +286,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgAcceptGroupCalendarEventTentatively.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgAcceptGroupCalendarEventTentatively.md index e8a722369ba..d76817e65b6 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgAcceptGroupCalendarEventTentatively.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgAcceptGroupCalendarEventTentatively.md @@ -298,6 +298,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -323,6 +325,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart PROPOSEDNEWTIME : timeSlot - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgAcceptGroupEvent.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgAcceptGroupEvent.md index ee1c0a319e3..0f4b95d2437 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgAcceptGroupEvent.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgAcceptGroupEvent.md @@ -259,6 +259,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -284,6 +286,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgAcceptGroupEventTentatively.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgAcceptGroupEventTentatively.md index 3dffccdfa23..68cfcb356f9 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgAcceptGroupEventTentatively.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgAcceptGroupEventTentatively.md @@ -298,6 +298,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -323,6 +325,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart PROPOSEDNEWTIME : timeSlot - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCalendarGroupCalendar.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCalendarGroupCalendar.md index d9c81121786..9574829e6e8 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCalendarGroupCalendar.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCalendarGroupCalendar.md @@ -189,6 +189,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -214,6 +216,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCheckinGroupDriveItem.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCheckinGroupDriveItem.md index 79d618280e9..3c82a334c90 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCheckinGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCheckinGroupDriveItem.md @@ -273,6 +273,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -298,6 +300,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCheckinGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCheckinGroupDriveRoot.md index 5a8f0a901fd..0135827a637 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCheckinGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCheckinGroupDriveRoot.md @@ -257,6 +257,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -282,6 +284,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCheckoutGroupDriveItem.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCheckoutGroupDriveItem.md index 39f15f43100..d6418cceed8 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCheckoutGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCheckoutGroupDriveItem.md @@ -186,6 +186,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -211,6 +213,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCheckoutGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCheckoutGroupDriveRoot.md index 27139ea5660..d3a21161ba1 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCheckoutGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgCheckoutGroupDriveRoot.md @@ -171,6 +171,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -196,6 +198,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgDeclineGroupCalendarEvent.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgDeclineGroupCalendarEvent.md index f57094ff5b8..760bb9c10e1 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgDeclineGroupCalendarEvent.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgDeclineGroupCalendarEvent.md @@ -298,6 +298,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -323,6 +325,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart PROPOSEDNEWTIME : timeSlot - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgDeclineGroupEvent.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgDeclineGroupEvent.md index 57ec93f69b7..1acf50bd707 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgDeclineGroupEvent.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgDeclineGroupEvent.md @@ -298,6 +298,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -323,6 +325,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart PROPOSEDNEWTIME : timeSlot - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgDismissGroupCalendarEventReminder.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgDismissGroupCalendarEventReminder.md index e002e232259..09c439a735e 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgDismissGroupCalendarEventReminder.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgDismissGroupCalendarEventReminder.md @@ -172,6 +172,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -197,6 +199,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgDismissGroupEventReminder.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgDismissGroupEventReminder.md index b192e6c43eb..1565a62e023 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgDismissGroupEventReminder.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgDismissGroupEventReminder.md @@ -172,6 +172,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -197,6 +199,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgExtractGroupDriveItemSensitivityLabel.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgExtractGroupDriveItemSensitivityLabel.md index 36db3b582f8..9da2299870e 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgExtractGroupDriveItemSensitivityLabel.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgExtractGroupDriveItemSensitivityLabel.md @@ -160,6 +160,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -185,6 +187,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgExtractGroupDriveRootSensitivityLabel.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgExtractGroupDriveRootSensitivityLabel.md index 7aac47a4baf..2fdc729a3e0 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgExtractGroupDriveRootSensitivityLabel.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgExtractGroupDriveRootSensitivityLabel.md @@ -145,6 +145,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -170,6 +172,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgFollowGroupDriveItem.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgFollowGroupDriveItem.md index 359c308f3d7..abd6d633c0f 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgFollowGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgFollowGroupDriveItem.md @@ -159,6 +159,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -184,6 +186,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgFollowGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgFollowGroupDriveRoot.md index ad144980e0a..b023064d7ec 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgFollowGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgFollowGroupDriveRoot.md @@ -143,6 +143,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -168,6 +170,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupCalendarEvent.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupCalendarEvent.md index d51c7a64505..06054db0f73 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupCalendarEvent.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupCalendarEvent.md @@ -277,6 +277,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -302,6 +304,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart TORECIPIENTS : . - `[EmailAddress ]`: emailAddress diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupConversationThreadPost.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupConversationThreadPost.md index f19258f89dc..fe5212b34b9 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupConversationThreadPost.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupConversationThreadPost.md @@ -305,6 +305,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -330,6 +332,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart TORECIPIENTS : . - `[EmailAddress ]`: emailAddress diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupConversationThreadPostInReplyTo.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupConversationThreadPostInReplyTo.md index c9300080fbb..6a92ce7cf9c 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupConversationThreadPostInReplyTo.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupConversationThreadPostInReplyTo.md @@ -305,6 +305,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -330,6 +332,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart TORECIPIENTS : . - `[EmailAddress ]`: emailAddress diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupEvent.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupEvent.md index 4ecfc1b96fc..46ed37c134c 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupEvent.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupEvent.md @@ -277,6 +277,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -302,6 +304,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart TORECIPIENTS : . - `[EmailAddress ]`: emailAddress diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupThreadPost.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupThreadPost.md index 5dc5657aea4..79c3c7e6d9b 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupThreadPost.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupThreadPost.md @@ -286,6 +286,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -311,6 +313,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart TORECIPIENTS : . - `[EmailAddress ]`: emailAddress diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupThreadPostInReplyTo.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupThreadPostInReplyTo.md index a2375e0e82f..8a9aba31f78 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupThreadPostInReplyTo.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgForwardGroupThreadPostInReplyTo.md @@ -289,6 +289,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -314,6 +316,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart TORECIPIENTS : . - `[EmailAddress ]`: emailAddress diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgGraphGroup.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgGraphGroup.md index 1c5cd6a1388..5fea6733fb3 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgGraphGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgGraphGroup.md @@ -154,6 +154,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -179,6 +181,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgGraphGroupDrive.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgGraphGroupDrive.md index 872e954574b..63a14717783 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgGraphGroupDrive.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgGraphGroupDrive.md @@ -220,6 +220,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -245,6 +247,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgInviteGroupDriveItem.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgInviteGroupDriveItem.md index 72e9b07f6cd..ebb3ec2e50b 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgInviteGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgInviteGroupDriveItem.md @@ -346,6 +346,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -371,6 +373,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart RECIPIENTS : . - `[Alias ]`: The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgInviteGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgInviteGroupDriveRoot.md index f85965b6584..a0ce033a4a5 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgInviteGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgInviteGroupDriveRoot.md @@ -331,6 +331,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -356,6 +358,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart RECIPIENTS : . - `[Alias ]`: The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgPreviewGroupDriveItem.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgPreviewGroupDriveItem.md index 3b8cf53928f..8b1a3fe0684 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgPreviewGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgPreviewGroupDriveItem.md @@ -291,6 +291,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -316,6 +318,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgPreviewGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgPreviewGroupDriveRoot.md index e183342cecf..01732ded7d1 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgPreviewGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgPreviewGroupDriveRoot.md @@ -276,6 +276,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -301,6 +303,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgPreviewGroupOnenotePage.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgPreviewGroupOnenotePage.md index a19fa4b9ca8..73d2e8f9a66 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgPreviewGroupOnenotePage.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgPreviewGroupOnenotePage.md @@ -112,6 +112,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -137,6 +139,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReauthorizeGroupDriveItemSubscription.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReauthorizeGroupDriveItemSubscription.md index 51193f2ebda..d125f0d9e34 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReauthorizeGroupDriveItemSubscription.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReauthorizeGroupDriveItemSubscription.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReauthorizeGroupDriveListSubscription.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReauthorizeGroupDriveListSubscription.md index 6093b0caa5b..3d6b487026f 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReauthorizeGroupDriveListSubscription.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReauthorizeGroupDriveListSubscription.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReauthorizeGroupDriveRootSubscription.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReauthorizeGroupDriveRootSubscription.md index 069bb12cddd..fc4f1cba934 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReauthorizeGroupDriveRootSubscription.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReauthorizeGroupDriveRootSubscription.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReauthorizeGroupSiteListSubscription.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReauthorizeGroupSiteListSubscription.md index 67050947d23..7c40f3965ec 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReauthorizeGroupSiteListSubscription.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReauthorizeGroupSiteListSubscription.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgRecentGroupDrive.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgRecentGroupDrive.md index a2c578974f4..aba24e684c9 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgRecentGroupDrive.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgRecentGroupDrive.md @@ -220,6 +220,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -245,6 +247,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgRenewGroup.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgRenewGroup.md index 3564e9cdd2a..e262478652f 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgRenewGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgRenewGroup.md @@ -154,6 +154,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -179,6 +181,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupConversationThread.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupConversationThread.md index baca95c979e..262e753bd36 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupConversationThread.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupConversationThread.md @@ -384,6 +384,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -409,6 +411,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POST : post - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupConversationThreadPost.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupConversationThreadPost.md index 3a314378678..a9ab3275c62 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupConversationThreadPost.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupConversationThreadPost.md @@ -374,6 +374,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -399,6 +401,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POST : post - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupConversationThreadPostInReplyTo.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupConversationThreadPostInReplyTo.md index fc5e7b975f7..e6e3625232a 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupConversationThreadPostInReplyTo.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupConversationThreadPostInReplyTo.md @@ -375,6 +375,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -400,6 +402,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POST : post - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupThread.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupThread.md index 79beecd3fdd..063256954b8 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupThread.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupThread.md @@ -375,6 +375,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -400,6 +402,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POST : post - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupThreadPost.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupThreadPost.md index 5eeba4f8f84..2a6895989d9 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupThreadPost.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupThreadPost.md @@ -385,6 +385,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -410,6 +412,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POST : post - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupThreadPostInReplyTo.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupThreadPostInReplyTo.md index 5471b1965df..afe761c801d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupThreadPostInReplyTo.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgReplyGroupThreadPostInReplyTo.md @@ -358,6 +358,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -383,6 +385,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POST : post - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgSnoozeGroupCalendarEventReminder.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgSnoozeGroupCalendarEventReminder.md index 76184e94d72..2422186c151 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgSnoozeGroupCalendarEventReminder.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgSnoozeGroupCalendarEventReminder.md @@ -250,6 +250,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -275,6 +277,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart NEWREMINDERTIME : dateTimeTimeZone - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgSnoozeGroupEventReminder.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgSnoozeGroupEventReminder.md index 2fdfae3fc96..74a96edde65 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgSnoozeGroupEventReminder.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgSnoozeGroupEventReminder.md @@ -249,6 +249,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -274,6 +276,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart NEWREMINDERTIME : dateTimeTimeZone - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgSubscribeGroupByMail.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgSubscribeGroupByMail.md index 0b171e49ee2..dc963397842 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgSubscribeGroupByMail.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgSubscribeGroupByMail.md @@ -155,6 +155,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -180,6 +182,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgUnfollowGroupDriveItem.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgUnfollowGroupDriveItem.md index b4da87447d2..439dc917e39 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgUnfollowGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgUnfollowGroupDriveItem.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgUnfollowGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgUnfollowGroupDriveRoot.md index 8b43787f5f5..68ccf34c80c 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Invoke-MgUnfollowGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0-beta/Invoke-MgUnfollowGroupDriveRoot.md @@ -160,6 +160,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -185,6 +187,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Join-MgGroupDriveListContentTypeWithHubSite.md b/src/Groups/Groups/docs/v1.0-beta/Join-MgGroupDriveListContentTypeWithHubSite.md index 7418e3c2a6b..5ca747e6286 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Join-MgGroupDriveListContentTypeWithHubSite.md +++ b/src/Groups/Groups/docs/v1.0-beta/Join-MgGroupDriveListContentTypeWithHubSite.md @@ -258,6 +258,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -283,6 +285,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Join-MgGroupSiteContentTypeWithHubSite.md b/src/Groups/Groups/docs/v1.0-beta/Join-MgGroupSiteContentTypeWithHubSite.md index 8aae5f0fdee..450718eabb2 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Join-MgGroupSiteContentTypeWithHubSite.md +++ b/src/Groups/Groups/docs/v1.0-beta/Join-MgGroupSiteContentTypeWithHubSite.md @@ -258,6 +258,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -283,6 +285,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Join-MgGroupSiteListContentTypeWithHubSite.md b/src/Groups/Groups/docs/v1.0-beta/Join-MgGroupSiteListContentTypeWithHubSite.md index 2e8a1de6bb8..ea6fb77b7ef 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Join-MgGroupSiteListContentTypeWithHubSite.md +++ b/src/Groups/Groups/docs/v1.0-beta/Join-MgGroupSiteListContentTypeWithHubSite.md @@ -274,6 +274,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -299,6 +301,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Microsoft.Graph.Groups.md b/src/Groups/Groups/docs/v1.0-beta/Microsoft.Graph.Groups.md index a4deed3081b..0f44b411f11 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Microsoft.Graph.Groups.md +++ b/src/Groups/Groups/docs/v1.0-beta/Microsoft.Graph.Groups.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Groups -Module Guid: 8818bd08-77c2-4c0a-80d1-6a465fd53c78 +Module Guid: 27fc4f9f-3c8b-4d45-9421-d523d96e3ff8 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups Help Version: 1.0.0.0 Locale: en-US @@ -378,6 +378,18 @@ Invoke function getActivitiesByInterval ### [Get-MgGroupSiteListItemDelta](Get-MgGroupSiteListItemDelta.md) Invoke function delta +### [Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart](Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md) +Invoke action getPositionOfWebPart + +### [Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart](Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md) +Invoke action getPositionOfWebPart + +### [Get-MgGroupSitePageWebPartByPosition](Get-MgGroupSitePageWebPartByPosition.md) +Invoke action getWebPartsByPosition + +### [Get-MgGroupSitePageWebPartPositionOfWebPart](Get-MgGroupSitePageWebPartPositionOfWebPart.md) +Invoke action getPositionOfWebPart + ### [Get-MgGroupThread](Get-MgGroupThread.md) The group's conversation threads. Nullable. diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroup.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroup.md index 3e6d41da0cf..05cffbbbf99 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroup.md @@ -2561,9 +2561,9 @@ BODYPARAMETER : group - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2684,11 +2684,11 @@ BODYPARAMETER : group - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -3167,7 +3167,7 @@ BODYPARAMETER : group - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -3697,7 +3697,7 @@ BODYPARAMETER : group - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -3784,14 +3784,60 @@ BODYPARAMETER : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -5121,7 +5167,7 @@ BODYPARAMETER : group - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5232,6 +5278,11 @@ BODYPARAMETER : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -7410,9 +7461,9 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -7533,11 +7584,11 @@ DRIVE : drive - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -8016,7 +8067,7 @@ DRIVE : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -8546,7 +8597,7 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -8633,14 +8684,60 @@ DRIVE : drive - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8962,7 +9059,7 @@ DRIVE : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10232,6 +10329,11 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -11931,9 +12033,9 @@ DRIVES : The group's drives. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -12054,11 +12156,11 @@ DRIVES : The group's drives. Read-only. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -12537,7 +12639,7 @@ DRIVES : The group's drives. Read-only. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -13067,7 +13169,7 @@ DRIVES : The group's drives. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -13154,14 +13256,60 @@ DRIVES : The group's drives. Read-only. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13483,7 +13631,7 @@ DRIVES : The group's drives. Read-only. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -14753,6 +14901,11 @@ DRIVES : The group's drives. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15783,7 +15936,7 @@ ONENOTE : onenote - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -15918,7 +16071,7 @@ PLANNER : plannerGroup - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. @@ -16928,9 +17081,9 @@ SITES : The list of SharePoint sites in this group. Acces - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -17051,11 +17204,11 @@ SITES : The list of SharePoint sites in this group. Acces - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -17527,7 +17680,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -18329,7 +18482,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -18438,7 +18591,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -19708,6 +19861,11 @@ SITES : The list of SharePoint sites in this group. Acces - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -20527,14 +20685,60 @@ SITES : The list of SharePoint sites in this group. Acces - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21461,9 +21665,9 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -21584,11 +21788,11 @@ TEAM : team - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -22091,7 +22295,7 @@ TEAM : team - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -22188,7 +22392,7 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -22275,14 +22479,60 @@ TEAM : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -22640,7 +22890,7 @@ TEAM : team - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -23645,6 +23895,11 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupAcceptedSenderByRef.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupAcceptedSenderByRef.md index 03c500182cd..2559093aaaf 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupAcceptedSenderByRef.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupAcceptedSenderByRef.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversation.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversation.md index 684f4c6b30c..4e3d5a93d09 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversation.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversation.md @@ -434,6 +434,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -459,6 +461,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart THREADS : A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThread.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThread.md index 2c3dcc9efe2..d2f4cef7297 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThread.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThread.md @@ -446,6 +446,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -471,6 +473,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POSTS : . - `[Categories ]`: The categories associated with the item diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostAttachment.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostAttachment.md index d7eab74e8fa..badaabae14f 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostAttachment.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostAttachment.md @@ -325,6 +325,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -350,6 +352,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostAttachmentUploadSession.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostAttachmentUploadSession.md index c9170eec2bf..5957df286d7 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostAttachmentUploadSession.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostAttachmentUploadSession.md @@ -317,6 +317,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -342,6 +344,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostExtension.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostExtension.md index c3d0c7a7b09..5d6be13b6cd 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostExtension.md @@ -236,6 +236,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -261,6 +263,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToAttachment.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToAttachment.md index 1a826f415b1..b5f07286088 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToAttachment.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToAttachment.md @@ -325,6 +325,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -350,6 +352,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession.md index 9d6c7cd2803..1af30c7608e 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession.md @@ -317,6 +317,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -342,6 +344,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToExtension.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToExtension.md index dcd2d5394f8..f1f70af0694 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToExtension.md @@ -236,6 +236,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -261,6 +263,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToMention.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToMention.md index 8ba9cd453d9..b6d37fcd182 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToMention.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToMention.md @@ -395,6 +395,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -420,6 +422,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart MENTIONED : emailAddress - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md index 52157478360..add8f238d5b 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md @@ -259,6 +259,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -284,6 +286,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md index a74bf221875..42fd566c66d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md @@ -259,6 +259,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -284,6 +286,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostMention.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostMention.md index b63103fd118..a31a0df2aaa 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostMention.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostMention.md @@ -394,6 +394,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -419,6 +421,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart MENTIONED : emailAddress - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostMultiValueExtendedProperty.md index 830cd131a9e..349680aed7b 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostMultiValueExtendedProperty.md @@ -259,6 +259,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -284,6 +286,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostSingleValueExtendedProperty.md index 4c2632ee20d..ad018ccc5db 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupConversationThreadPostSingleValueExtendedProperty.md @@ -259,6 +259,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -284,6 +286,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveItemLink.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveItemLink.md index 5532ae5b1c8..456cd150e2d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveItemLink.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveItemLink.md @@ -334,6 +334,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -359,6 +361,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart RECIPIENTS : . - `[Alias ]`: The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveItemListItemLink.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveItemListItemLink.md index 3ace92581dc..816edbe6f34 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveItemListItemLink.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveItemListItemLink.md @@ -317,6 +317,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -342,6 +344,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart RECIPIENTS : . - `[Alias ]`: The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveItemUploadSession.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveItemUploadSession.md index 551c1097485..48b6a3a87fa 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveItemUploadSession.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveItemUploadSession.md @@ -241,6 +241,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -266,6 +268,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ITEM : driveItemUploadableProperties - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveListItemLink.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveListItemLink.md index ab76628fbd4..3e1faa65847 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveListItemLink.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveListItemLink.md @@ -317,6 +317,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -342,6 +344,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart RECIPIENTS : . - `[Alias ]`: The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveRootLink.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveRootLink.md index b0ce7fa1679..e8aa4547f8d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveRootLink.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveRootLink.md @@ -319,6 +319,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -344,6 +346,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart RECIPIENTS : . - `[Alias ]`: The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveRootListItemLink.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveRootListItemLink.md index 1a4548cff8c..2bea2b902d8 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveRootListItemLink.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveRootListItemLink.md @@ -301,6 +301,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -326,6 +328,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart RECIPIENTS : . - `[Alias ]`: The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveRootUploadSession.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveRootUploadSession.md index 92bb947c4b9..ec475042744 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveRootUploadSession.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupDriveRootUploadSession.md @@ -225,6 +225,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -250,6 +252,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ITEM : driveItemUploadableProperties - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupEndpoint.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupEndpoint.md index ca624b341e4..173007a0cee 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupEndpoint.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupEndpoint.md @@ -305,6 +305,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -330,6 +332,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupExtension.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupExtension.md index 02bf27ad266..0ef7ff200c5 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupExtension.md @@ -189,6 +189,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -214,6 +216,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupMember.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupMember.md index 726b7dbfbf1..819f4f3f1c1 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupMember.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupMember.md @@ -186,6 +186,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -211,6 +213,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupMemberByRef.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupMemberByRef.md index 2080c5c2607..b98f8ad43c2 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupMemberByRef.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupMemberByRef.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupOwner.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupOwner.md index 84023b57255..9fce2f60d04 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupOwner.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupOwner.md @@ -179,6 +179,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -204,6 +206,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupOwnerByRef.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupOwnerByRef.md index def33d4494e..c95b1e48466 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupOwnerByRef.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupOwnerByRef.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupPermissionGrant.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupPermissionGrant.md index be5ae724b99..b7aad440817 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupPermissionGrant.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupPermissionGrant.md @@ -301,6 +301,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -326,6 +328,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupRejectedSenderByRef.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupRejectedSenderByRef.md index 968094407bd..5099a27e54c 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupRejectedSenderByRef.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupRejectedSenderByRef.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupSetting.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupSetting.md index 3102795829d..300c26d6dea 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupSetting.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupSetting.md @@ -274,6 +274,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -299,6 +301,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart VALUES : Collection of name-value pairs corresponding to the name and defaultValue properties in the referenced directorySettingTemplates object. - `[Name ]`: Name of the setting (as defined by the groupSettingTemplate). diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupSiteListItemLink.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupSiteListItemLink.md index 2ddad34afe9..fec2d60fa95 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupSiteListItemLink.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupSiteListItemLink.md @@ -332,6 +332,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -357,6 +359,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart RECIPIENTS : . - `[Alias ]`: The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThread.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThread.md index 443e59a9203..aa0f57c2315 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThread.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThread.md @@ -445,6 +445,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -470,6 +472,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POSTS : . - `[Categories ]`: The categories associated with the item diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostAttachment.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostAttachment.md index d9926366463..ee30e06c945 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostAttachment.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostAttachment.md @@ -308,6 +308,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -333,6 +335,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostAttachmentUploadSession.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostAttachmentUploadSession.md index 4d88792f0ef..e9240b2d39a 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostAttachmentUploadSession.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostAttachmentUploadSession.md @@ -259,6 +259,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -284,6 +286,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostExtension.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostExtension.md index 5aa83ea1750..f0712f743e1 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostExtension.md @@ -220,6 +220,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -245,6 +247,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToAttachment.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToAttachment.md index f2bd3805eed..2d79cf8bb09 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToAttachment.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToAttachment.md @@ -308,6 +308,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -333,6 +335,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToAttachmentUploadSession.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToAttachmentUploadSession.md index 6b504cf4340..0458e15ccdc 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToAttachmentUploadSession.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToAttachmentUploadSession.md @@ -260,6 +260,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -285,6 +287,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToExtension.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToExtension.md index b7e0375d8dc..340ec47c735 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToExtension.md @@ -220,6 +220,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -245,6 +247,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToMention.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToMention.md index bb9324fdba8..c6bd7a216ef 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToMention.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToMention.md @@ -378,6 +378,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -403,6 +405,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart MENTIONED : emailAddress - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md index 24b153b93e7..f3614d2399d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md @@ -244,6 +244,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -269,6 +271,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md index fce5e2dc11a..95f90af9782 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md @@ -244,6 +244,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -269,6 +271,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostMention.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostMention.md index 6c39291bc8f..be4a6fff359 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostMention.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostMention.md @@ -378,6 +378,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -403,6 +405,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart MENTIONED : emailAddress - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostMultiValueExtendedProperty.md index 99e0fab2717..dbb870c0e92 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostMultiValueExtendedProperty.md @@ -244,6 +244,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -269,6 +271,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostSingleValueExtendedProperty.md index 8af6dafc828..d85ceca41a9 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroupThreadPostSingleValueExtendedProperty.md @@ -244,6 +244,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -269,6 +271,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Publish-MgGroupDriveListContentType.md b/src/Groups/Groups/docs/v1.0-beta/Publish-MgGroupDriveListContentType.md index ed51d13199e..d1cfca21b23 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Publish-MgGroupDriveListContentType.md +++ b/src/Groups/Groups/docs/v1.0-beta/Publish-MgGroupDriveListContentType.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Publish-MgGroupSiteContentType.md b/src/Groups/Groups/docs/v1.0-beta/Publish-MgGroupSiteContentType.md index 5b8fa3db3a4..bf4cc551547 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Publish-MgGroupSiteContentType.md +++ b/src/Groups/Groups/docs/v1.0-beta/Publish-MgGroupSiteContentType.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Publish-MgGroupSiteListContentType.md b/src/Groups/Groups/docs/v1.0-beta/Publish-MgGroupSiteListContentType.md index 0a11d7045fe..5e31d09abed 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Publish-MgGroupSiteListContentType.md +++ b/src/Groups/Groups/docs/v1.0-beta/Publish-MgGroupSiteListContentType.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Publish-MgGroupSitePage.md b/src/Groups/Groups/docs/v1.0-beta/Publish-MgGroupSitePage.md index 2eaa5e0a830..423a26de520 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Publish-MgGroupSitePage.md +++ b/src/Groups/Groups/docs/v1.0-beta/Publish-MgGroupSitePage.md @@ -174,6 +174,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -199,6 +201,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroup.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroup.md index 33897e2c612..f62800d2f2b 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroup.md @@ -174,6 +174,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -199,6 +201,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupAcceptedSenderByRef.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupAcceptedSenderByRef.md index 0f585f166cc..c2dbd0fa81d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupAcceptedSenderByRef.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupAcceptedSenderByRef.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversation.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversation.md index 098f1c83838..1c3c2c9687e 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversation.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversation.md @@ -193,6 +193,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -218,6 +220,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThread.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThread.md index cf35a648918..9ad2a42698f 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThread.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThread.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostAttachment.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostAttachment.md index 040f1063721..a430bddac56 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostAttachment.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostAttachment.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostExtension.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostExtension.md index c8bad984815..198aa7ff6d3 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostExtension.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToAttachment.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToAttachment.md index b2b81a42f27..8602e9b3457 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToAttachment.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToAttachment.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToExtension.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToExtension.md index c27865e29cb..77e48fa507e 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToExtension.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToMention.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToMention.md index 9541c835b87..2eae7addbf5 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToMention.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToMention.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md index d93f70a206d..22f28d5fd6f 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md index 4c3326f2f95..9cff9ebe7c2 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md @@ -222,6 +222,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -247,6 +249,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostMention.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostMention.md index 41cdd62c931..d1d7bdf5644 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostMention.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostMention.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostMultiValueExtendedProperty.md index 3dccd51595b..7ab77974730 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostMultiValueExtendedProperty.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostSingleValueExtendedProperty.md index 4be762825e1..989aa491e4d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupConversationThreadPostSingleValueExtendedProperty.md @@ -222,6 +222,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -247,6 +249,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupEndpoint.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupEndpoint.md index 2a46b5202ff..e870fb6d32a 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupEndpoint.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupEndpoint.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupExtension.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupExtension.md index e1f98dd841d..780d4a7ff41 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupExtension.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupFavorite.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupFavorite.md index b1f278eeb01..342d25651a0 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupFavorite.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupFavorite.md @@ -154,6 +154,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -179,6 +181,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupFromLifecyclePolicy.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupFromLifecyclePolicy.md index 7dc5af933aa..2604703084d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupFromLifecyclePolicy.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupFromLifecyclePolicy.md @@ -196,6 +196,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -221,6 +223,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupLifecyclePolicy.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupLifecyclePolicy.md index fb0a2d5e4d2..d32f0f72f1f 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupLifecyclePolicy.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupLifecyclePolicy.md @@ -169,6 +169,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -194,6 +196,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupMemberByRef.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupMemberByRef.md index 0d3944836b5..47a41a5f72a 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupMemberByRef.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupMemberByRef.md @@ -199,6 +199,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -224,6 +226,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupOwnerByRef.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupOwnerByRef.md index 1e74e343106..c90b18d7244 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupOwnerByRef.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupOwnerByRef.md @@ -199,6 +199,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -224,6 +226,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupPermissionGrant.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupPermissionGrant.md index 830f3dc1097..5d94a2bdce1 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupPermissionGrant.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupPermissionGrant.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupRejectedSenderByRef.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupRejectedSenderByRef.md index 6b73cc96e59..8f7bcb60a2d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupRejectedSenderByRef.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupRejectedSenderByRef.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupSetting.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupSetting.md index e636682047b..2d9e4a61dcf 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupSetting.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupSetting.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupSite.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupSite.md index 505818bceb1..936dfc9b9a8 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupSite.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupSite.md @@ -1073,9 +1073,9 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1196,11 +1196,11 @@ BODYPARAMETER ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1672,7 +1672,7 @@ BODYPARAMETER ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2474,7 +2474,7 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2583,7 +2583,7 @@ BODYPARAMETER ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3853,6 +3853,11 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4672,14 +4677,60 @@ BODYPARAMETER ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4718,6 +4769,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -4743,6 +4796,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart VALUE : . - `[CreatedBy ]`: identitySet @@ -5639,9 +5693,9 @@ VALUE : . - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5762,11 +5816,11 @@ VALUE : . - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6238,7 +6292,7 @@ VALUE : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7040,7 +7094,7 @@ VALUE : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7149,7 +7203,7 @@ VALUE : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8419,6 +8473,11 @@ VALUE : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9238,14 +9297,60 @@ VALUE : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThread.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThread.md index 7d7357cc451..ca9085efbd7 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThread.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThread.md @@ -193,6 +193,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -218,6 +220,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostAttachment.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostAttachment.md index c1c8ac063d0..f743090f577 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostAttachment.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostAttachment.md @@ -205,6 +205,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -230,6 +232,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostExtension.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostExtension.md index 4875d0cffe3..5e373b1b461 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostExtension.md @@ -205,6 +205,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -230,6 +232,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToAttachment.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToAttachment.md index 046ba175d62..819553a4b0f 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToAttachment.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToAttachment.md @@ -205,6 +205,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -230,6 +232,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToExtension.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToExtension.md index 0e6a2bd5868..b297051886d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToExtension.md @@ -205,6 +205,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -230,6 +232,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToMention.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToMention.md index e97a86fcb66..fcfd2ee2131 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToMention.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToMention.md @@ -205,6 +205,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -230,6 +232,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md index 6dbf6948d64..323adc0dfcf 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md @@ -206,6 +206,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -231,6 +233,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md index 8bc5668197b..3233719b875 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md @@ -206,6 +206,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -231,6 +233,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostMention.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostMention.md index 4343f7361f6..edc613915c9 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostMention.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostMention.md @@ -205,6 +205,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -230,6 +232,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostMultiValueExtendedProperty.md index bd3d8e3cdf5..267b9e466ed 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostMultiValueExtendedProperty.md @@ -206,6 +206,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -231,6 +233,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostSingleValueExtendedProperty.md index 35f0ea831ae..535b73a7b59 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupThreadPostSingleValueExtendedProperty.md @@ -206,6 +206,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -231,6 +233,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Reset-MgGroupUnseenCount.md b/src/Groups/Groups/docs/v1.0-beta/Reset-MgGroupUnseenCount.md index 6adb2cd8c46..e914b98b213 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Reset-MgGroupUnseenCount.md +++ b/src/Groups/Groups/docs/v1.0-beta/Reset-MgGroupUnseenCount.md @@ -154,6 +154,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -179,6 +181,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveItem.md b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveItem.md index bde0123d427..4932be44924 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveItem.md @@ -261,6 +261,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -286,6 +288,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart PARENTREFERENCE : itemReference - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveItemListItemDocumentSetVersion.md b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveItemListItemDocumentSetVersion.md index b12afd17f14..05a2191df6e 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveItemListItemDocumentSetVersion.md +++ b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveItemListItemDocumentSetVersion.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveItemListItemVersion.md b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveItemListItemVersion.md index 45daaced44f..c2f26439f81 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveItemListItemVersion.md +++ b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveItemListItemVersion.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveItemVersion.md b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveItemVersion.md index 9611f5fc6e5..f13db27de06 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveItemVersion.md +++ b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveItemVersion.md @@ -192,6 +192,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -217,6 +219,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveListItemDocumentSetVersion.md b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveListItemDocumentSetVersion.md index 3a640a4d5f5..9465d73bc65 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveListItemDocumentSetVersion.md +++ b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveListItemDocumentSetVersion.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveListItemVersion.md b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveListItemVersion.md index 9a405775341..693d5a36a19 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveListItemVersion.md +++ b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveListItemVersion.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveRoot.md index 3bb2653635d..9af7d9e740a 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveRoot.md @@ -245,6 +245,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -270,6 +272,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart PARENTREFERENCE : itemReference - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveRootListItemDocumentSetVersion.md b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveRootListItemDocumentSetVersion.md index 93d9cfef552..fca72c2a37f 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveRootListItemDocumentSetVersion.md +++ b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveRootListItemDocumentSetVersion.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveRootListItemVersion.md b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveRootListItemVersion.md index e5f797860f8..7c122a8aa96 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveRootListItemVersion.md +++ b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveRootListItemVersion.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveRootVersion.md b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveRootVersion.md index 896c698dcd8..6fba8743e0a 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveRootVersion.md +++ b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupDriveRootVersion.md @@ -177,6 +177,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -202,6 +204,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupSiteListItemDocumentSetVersion.md b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupSiteListItemDocumentSetVersion.md index 7d1a989af2f..d8c61534046 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupSiteListItemDocumentSetVersion.md +++ b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupSiteListItemDocumentSetVersion.md @@ -205,6 +205,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -230,6 +232,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupSiteListItemVersion.md b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupSiteListItemVersion.md index 6fb8db2eae6..165b9bd9bfd 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupSiteListItemVersion.md +++ b/src/Groups/Groups/docs/v1.0-beta/Restore-MgGroupSiteListItemVersion.md @@ -205,6 +205,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -230,6 +232,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Revoke-MgGroupDriveItemPermissionGrant.md b/src/Groups/Groups/docs/v1.0-beta/Revoke-MgGroupDriveItemPermissionGrant.md index 044b93d5668..5f56be6777b 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Revoke-MgGroupDriveItemPermissionGrant.md +++ b/src/Groups/Groups/docs/v1.0-beta/Revoke-MgGroupDriveItemPermissionGrant.md @@ -252,6 +252,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -277,6 +279,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Revoke-MgGroupDriveRootPermissionGrant.md b/src/Groups/Groups/docs/v1.0-beta/Revoke-MgGroupDriveRootPermissionGrant.md index 9961e9606b1..b9d6807a2b8 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Revoke-MgGroupDriveRootPermissionGrant.md +++ b/src/Groups/Groups/docs/v1.0-beta/Revoke-MgGroupDriveRootPermissionGrant.md @@ -236,6 +236,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -261,6 +263,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Revoke-MgGroupSitePermissionGrant.md b/src/Groups/Groups/docs/v1.0-beta/Revoke-MgGroupSitePermissionGrant.md index 481b1a86e1c..f6a9b2fad4c 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Revoke-MgGroupSitePermissionGrant.md +++ b/src/Groups/Groups/docs/v1.0-beta/Revoke-MgGroupSitePermissionGrant.md @@ -236,6 +236,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -261,6 +263,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Search-MgGroupDrive.md b/src/Groups/Groups/docs/v1.0-beta/Search-MgGroupDrive.md index 36157c3a367..f34c72efdc6 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Search-MgGroupDrive.md +++ b/src/Groups/Groups/docs/v1.0-beta/Search-MgGroupDrive.md @@ -235,6 +235,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -260,6 +262,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Search-MgGroupDriveItem.md b/src/Groups/Groups/docs/v1.0-beta/Search-MgGroupDriveItem.md index 857f5eb338c..391024be11d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Search-MgGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0-beta/Search-MgGroupDriveItem.md @@ -250,6 +250,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -275,6 +277,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Search-MgGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0-beta/Search-MgGroupDriveRoot.md index 7fa0eb0aec8..71352064174 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Search-MgGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0-beta/Search-MgGroupDriveRoot.md @@ -235,6 +235,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -260,6 +262,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Set-MgGroupDriveItemSensitivityLabel.md b/src/Groups/Groups/docs/v1.0-beta/Set-MgGroupDriveItemSensitivityLabel.md index a45abecd4c9..d3366da50d8 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Set-MgGroupDriveItemSensitivityLabel.md +++ b/src/Groups/Groups/docs/v1.0-beta/Set-MgGroupDriveItemSensitivityLabel.md @@ -275,6 +275,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -300,6 +302,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Set-MgGroupDriveRootSensitivityLabel.md b/src/Groups/Groups/docs/v1.0-beta/Set-MgGroupDriveRootSensitivityLabel.md index 338e10672b0..ff54fd18cd9 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Set-MgGroupDriveRootSensitivityLabel.md +++ b/src/Groups/Groups/docs/v1.0-beta/Set-MgGroupDriveRootSensitivityLabel.md @@ -260,6 +260,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -285,6 +287,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Set-MgGroupLicense.md b/src/Groups/Groups/docs/v1.0-beta/Set-MgGroupLicense.md index 64c95d5ba72..0615dd2e777 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Set-MgGroupLicense.md +++ b/src/Groups/Groups/docs/v1.0-beta/Set-MgGroupLicense.md @@ -272,6 +272,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -297,6 +299,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Set-MgGroupPhotoContent.md b/src/Groups/Groups/docs/v1.0-beta/Set-MgGroupPhotoContent.md index cdd1179768c..3e75eb3ab1c 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Set-MgGroupPhotoContent.md +++ b/src/Groups/Groups/docs/v1.0-beta/Set-MgGroupPhotoContent.md @@ -206,6 +206,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -231,6 +233,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Stop-MgGroupCalendarEvent.md b/src/Groups/Groups/docs/v1.0-beta/Stop-MgGroupCalendarEvent.md index 9733192eb29..fd22fcf4ceb 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Stop-MgGroupCalendarEvent.md +++ b/src/Groups/Groups/docs/v1.0-beta/Stop-MgGroupCalendarEvent.md @@ -234,6 +234,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -259,6 +261,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Stop-MgGroupEvent.md b/src/Groups/Groups/docs/v1.0-beta/Stop-MgGroupEvent.md index 431ae3d3d79..c8a3931d1ba 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Stop-MgGroupEvent.md +++ b/src/Groups/Groups/docs/v1.0-beta/Stop-MgGroupEvent.md @@ -234,6 +234,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -259,6 +261,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupDriveItemPermission.md b/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupDriveItemPermission.md index ccfba08098c..ddb074ded56 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupDriveItemPermission.md +++ b/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupDriveItemPermission.md @@ -258,6 +258,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -283,6 +285,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupDriveListContentTypePublished.md b/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupDriveListContentTypePublished.md index f448042c46a..08b3fb4394f 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupDriveListContentTypePublished.md +++ b/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupDriveListContentTypePublished.md @@ -128,6 +128,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -153,6 +155,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupDriveRootPermission.md b/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupDriveRootPermission.md index 98e395606eb..80b20c140a8 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupDriveRootPermission.md +++ b/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupDriveRootPermission.md @@ -242,6 +242,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -267,6 +269,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupDynamicMembership.md b/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupDynamicMembership.md index e3e54aa598a..c484db2093b 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupDynamicMembership.md +++ b/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupDynamicMembership.md @@ -212,6 +212,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -237,6 +239,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupPermissionGrantProperty.md b/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupPermissionGrantProperty.md index 73a97917a7e..9a23edb648b 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupPermissionGrantProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupPermissionGrantProperty.md @@ -277,6 +277,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -302,6 +304,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupProperty.md b/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupProperty.md index 4d7963e3bfd..33b8079a611 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupProperty.md @@ -268,6 +268,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -293,6 +295,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupSiteContentTypePublished.md b/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupSiteContentTypePublished.md index e4945bdec33..77c0ee14fa7 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupSiteContentTypePublished.md +++ b/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupSiteContentTypePublished.md @@ -128,6 +128,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -153,6 +155,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupSiteListContentTypePublished.md b/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupSiteListContentTypePublished.md index d4b738fc23d..87f6838011c 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupSiteListContentTypePublished.md +++ b/src/Groups/Groups/docs/v1.0-beta/Test-MgGroupSiteListContentTypePublished.md @@ -143,6 +143,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -168,6 +170,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Unpublish-MgGroupDriveListContentType.md b/src/Groups/Groups/docs/v1.0-beta/Unpublish-MgGroupDriveListContentType.md index b47eea8ce2b..b28854ae5db 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Unpublish-MgGroupDriveListContentType.md +++ b/src/Groups/Groups/docs/v1.0-beta/Unpublish-MgGroupDriveListContentType.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Unpublish-MgGroupSiteContentType.md b/src/Groups/Groups/docs/v1.0-beta/Unpublish-MgGroupSiteContentType.md index 67d828916dd..7624491091e 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Unpublish-MgGroupSiteContentType.md +++ b/src/Groups/Groups/docs/v1.0-beta/Unpublish-MgGroupSiteContentType.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Unpublish-MgGroupSiteListContentType.md b/src/Groups/Groups/docs/v1.0-beta/Unpublish-MgGroupSiteListContentType.md index 357f497552c..97c140cd6e4 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Unpublish-MgGroupSiteListContentType.md +++ b/src/Groups/Groups/docs/v1.0-beta/Unpublish-MgGroupSiteListContentType.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroup.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroup.md index b15186034bb..a9f36a527db 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroup.md @@ -2650,9 +2650,9 @@ BODYPARAMETER : group - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -2773,11 +2773,11 @@ BODYPARAMETER : group - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -3256,7 +3256,7 @@ BODYPARAMETER : group - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -3786,7 +3786,7 @@ BODYPARAMETER : group - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -3873,14 +3873,60 @@ BODYPARAMETER : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -5210,7 +5256,7 @@ BODYPARAMETER : group - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -5321,6 +5367,11 @@ BODYPARAMETER : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -7499,9 +7550,9 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -7622,11 +7673,11 @@ DRIVE : drive - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -8105,7 +8156,7 @@ DRIVE : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -8635,7 +8686,7 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -8722,14 +8773,60 @@ DRIVE : drive - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -9051,7 +9148,7 @@ DRIVE : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -10321,6 +10418,11 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -12020,9 +12122,9 @@ DRIVES : The group's drives. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -12143,11 +12245,11 @@ DRIVES : The group's drives. Read-only. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -12626,7 +12728,7 @@ DRIVES : The group's drives. Read-only. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -13156,7 +13258,7 @@ DRIVES : The group's drives. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -13243,14 +13345,60 @@ DRIVES : The group's drives. Read-only. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13572,7 +13720,7 @@ DRIVES : The group's drives. Read-only. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -14842,6 +14990,11 @@ DRIVES : The group's drives. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15843,6 +15996,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -15868,6 +16023,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart LICENSEPROCESSINGSTATE : licenseProcessingState - `[(Any) ]`: This indicates any property can be added to this object. @@ -15915,7 +16071,7 @@ ONENOTE : onenote - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16050,7 +16206,7 @@ PLANNER : plannerGroup - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. @@ -17060,9 +17216,9 @@ SITES : The list of SharePoint sites in this group. Acces - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -17183,11 +17339,11 @@ SITES : The list of SharePoint sites in this group. Acces - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -17659,7 +17815,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -18461,7 +18617,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -18570,7 +18726,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -19840,6 +19996,11 @@ SITES : The list of SharePoint sites in this group. Acces - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -20659,14 +20820,60 @@ SITES : The list of SharePoint sites in this group. Acces - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21593,9 +21800,9 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -21716,11 +21923,11 @@ TEAM : team - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -22223,7 +22430,7 @@ TEAM : team - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -22320,7 +22527,7 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -22407,14 +22614,60 @@ TEAM : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. @@ -22772,7 +23025,7 @@ TEAM : team - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -23777,6 +24030,11 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThread.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThread.md index 2177147bff2..e10caeff72e 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThread.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThread.md @@ -456,6 +456,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -481,6 +483,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POSTS : . - `[Categories ]`: The categories associated with the item diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPost.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPost.md index db60f7e7afc..749cf0b21e8 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPost.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPost.md @@ -658,6 +658,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -683,6 +685,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart INREPLYTO : post - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostExtension.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostExtension.md index 793dd101e97..75da9e14b7d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostExtension.md @@ -267,6 +267,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -292,6 +294,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostInReplyToExtension.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostInReplyToExtension.md index 70c3712bd4f..112d35196ba 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostInReplyToExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostInReplyToExtension.md @@ -267,6 +267,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -292,6 +294,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md index 23162ad4e01..3ee9b98143e 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md @@ -292,6 +292,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -317,6 +319,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md index 8e1d42be5c6..a69abf27225 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md @@ -293,6 +293,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -318,6 +320,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostMultiValueExtendedProperty.md index 29ab72735b0..7d9ac9b48fe 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostMultiValueExtendedProperty.md @@ -292,6 +292,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -317,6 +319,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostSingleValueExtendedProperty.md index cf5e15254c3..5990d3e695f 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupConversationThreadPostSingleValueExtendedProperty.md @@ -293,6 +293,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -318,6 +320,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupEndpoint.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupEndpoint.md index 74cb6fa72de..6ae5c64ccf0 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupEndpoint.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupEndpoint.md @@ -337,6 +337,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -362,6 +364,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupExtension.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupExtension.md index 25b715cb328..29d05c1d31d 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupExtension.md @@ -220,6 +220,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -245,6 +247,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupLifecyclePolicy.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupLifecyclePolicy.md index 57339606281..0e066f7c588 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupLifecyclePolicy.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupLifecyclePolicy.md @@ -277,6 +277,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -302,6 +304,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupOnenotePageContent.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupOnenotePageContent.md index 96185357dd0..228cf946d67 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupOnenotePageContent.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupOnenotePageContent.md @@ -239,6 +239,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -264,6 +266,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupPermissionGrant.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupPermissionGrant.md index 2991414297e..f0491d4f643 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupPermissionGrant.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupPermissionGrant.md @@ -334,6 +334,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -359,6 +361,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupPhoto.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupPhoto.md index 752d8e54ee6..a56d3e11d18 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupPhoto.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupPhoto.md @@ -244,6 +244,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -269,6 +271,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupSetting.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupSetting.md index 1a1c79b496f..b523f9bbcfe 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupSetting.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupSetting.md @@ -280,6 +280,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -305,6 +307,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart VALUES : Collection of name-value pairs corresponding to the name and defaultValue properties in the referenced directorySettingTemplates object. - `[Name ]`: Name of the setting (as defined by the groupSettingTemplate). diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThread.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThread.md index d65fdf49c60..425a21e75bd 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThread.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThread.md @@ -457,6 +457,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -482,6 +484,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POSTS : . - `[Categories ]`: The categories associated with the item diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPost.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPost.md index 53e018b4e96..376f9bc52fc 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPost.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPost.md @@ -643,6 +643,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -668,6 +670,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart INREPLYTO : post - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostExtension.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostExtension.md index 7eaa6b453d0..1bdd9836fe5 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostExtension.md @@ -272,6 +272,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -297,6 +299,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostInReplyToExtension.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostInReplyToExtension.md index 9dcd3843173..7a717d59203 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostInReplyToExtension.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostInReplyToExtension.md @@ -252,6 +252,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -277,6 +279,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md index 5c31f41c924..d9815e60463 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md @@ -276,6 +276,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -301,6 +303,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md index 36168d2141e..20751494f32 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md @@ -276,6 +276,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -301,6 +303,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostMultiValueExtendedProperty.md index 7f867f40307..e64f5eab8db 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostMultiValueExtendedProperty.md @@ -276,6 +276,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -301,6 +303,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostSingleValueExtendedProperty.md index 1cf6bc08732..41e8bbc5001 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroupThreadPostSingleValueExtendedProperty.md @@ -276,6 +276,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -301,6 +303,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Add-MgGroupDriveListContentTypeCopy.md b/src/Groups/Groups/docs/v1.0/Add-MgGroupDriveListContentTypeCopy.md index b3688601c80..380ed0c6cae 100644 --- a/src/Groups/Groups/docs/v1.0/Add-MgGroupDriveListContentTypeCopy.md +++ b/src/Groups/Groups/docs/v1.0/Add-MgGroupDriveListContentTypeCopy.md @@ -226,6 +226,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -251,6 +253,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Add-MgGroupDriveListContentTypeCopyFromContentTypeHub.md b/src/Groups/Groups/docs/v1.0/Add-MgGroupDriveListContentTypeCopyFromContentTypeHub.md index a4268a9e005..b1fae63279c 100644 --- a/src/Groups/Groups/docs/v1.0/Add-MgGroupDriveListContentTypeCopyFromContentTypeHub.md +++ b/src/Groups/Groups/docs/v1.0/Add-MgGroupDriveListContentTypeCopyFromContentTypeHub.md @@ -247,6 +247,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -272,6 +274,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Add-MgGroupFavorite.md b/src/Groups/Groups/docs/v1.0/Add-MgGroupFavorite.md index 47d2da3e184..68c3122a0b2 100644 --- a/src/Groups/Groups/docs/v1.0/Add-MgGroupFavorite.md +++ b/src/Groups/Groups/docs/v1.0/Add-MgGroupFavorite.md @@ -154,6 +154,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -179,6 +181,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Add-MgGroupSite.md b/src/Groups/Groups/docs/v1.0/Add-MgGroupSite.md index 63aa168275b..fd57db599d0 100644 --- a/src/Groups/Groups/docs/v1.0/Add-MgGroupSite.md +++ b/src/Groups/Groups/docs/v1.0/Add-MgGroupSite.md @@ -295,7 +295,7 @@ BODYPARAMETER ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1026,7 +1026,7 @@ BODYPARAMETER ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1649,7 +1649,7 @@ BODYPARAMETER ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1753,7 +1753,7 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1865,7 +1865,7 @@ BODYPARAMETER ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -2765,6 +2765,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -2790,6 +2792,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart VALUE : . - `[CreatedBy ]`: identitySet @@ -2908,7 +2911,7 @@ VALUE : . - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3639,7 +3642,7 @@ VALUE : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4262,7 +4265,7 @@ VALUE : . - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4366,7 +4369,7 @@ VALUE : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4478,7 +4481,7 @@ VALUE : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Groups/Groups/docs/v1.0/Add-MgGroupSiteContentTypeCopy.md b/src/Groups/Groups/docs/v1.0/Add-MgGroupSiteContentTypeCopy.md index 4fb5261c81e..25b7ab7abd1 100644 --- a/src/Groups/Groups/docs/v1.0/Add-MgGroupSiteContentTypeCopy.md +++ b/src/Groups/Groups/docs/v1.0/Add-MgGroupSiteContentTypeCopy.md @@ -226,6 +226,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -251,6 +253,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Add-MgGroupSiteContentTypeCopyFromContentTypeHub.md b/src/Groups/Groups/docs/v1.0/Add-MgGroupSiteContentTypeCopyFromContentTypeHub.md index c5b6a4bce31..1824df810a5 100644 --- a/src/Groups/Groups/docs/v1.0/Add-MgGroupSiteContentTypeCopyFromContentTypeHub.md +++ b/src/Groups/Groups/docs/v1.0/Add-MgGroupSiteContentTypeCopyFromContentTypeHub.md @@ -247,6 +247,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -272,6 +274,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Add-MgGroupSiteListContentTypeCopy.md b/src/Groups/Groups/docs/v1.0/Add-MgGroupSiteListContentTypeCopy.md index de3e4d0b6a6..45c73d473ef 100644 --- a/src/Groups/Groups/docs/v1.0/Add-MgGroupSiteListContentTypeCopy.md +++ b/src/Groups/Groups/docs/v1.0/Add-MgGroupSiteListContentTypeCopy.md @@ -241,6 +241,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -266,6 +268,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Add-MgGroupSiteListContentTypeCopyFromContentTypeHub.md b/src/Groups/Groups/docs/v1.0/Add-MgGroupSiteListContentTypeCopyFromContentTypeHub.md index 25fb73c1976..55f078fe158 100644 --- a/src/Groups/Groups/docs/v1.0/Add-MgGroupSiteListContentTypeCopyFromContentTypeHub.md +++ b/src/Groups/Groups/docs/v1.0/Add-MgGroupSiteListContentTypeCopyFromContentTypeHub.md @@ -262,6 +262,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -287,6 +289,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Add-MgGroupToLifecyclePolicy.md b/src/Groups/Groups/docs/v1.0/Add-MgGroupToLifecyclePolicy.md index 78cd50df642..a1f273d0b9f 100644 --- a/src/Groups/Groups/docs/v1.0/Add-MgGroupToLifecyclePolicy.md +++ b/src/Groups/Groups/docs/v1.0/Add-MgGroupToLifecyclePolicy.md @@ -196,6 +196,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -221,6 +223,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Confirm-MgGroupGrantedPermissionForApp.md b/src/Groups/Groups/docs/v1.0/Confirm-MgGroupGrantedPermissionForApp.md index c938cac4ec2..ad9975add29 100644 --- a/src/Groups/Groups/docs/v1.0/Confirm-MgGroupGrantedPermissionForApp.md +++ b/src/Groups/Groups/docs/v1.0/Confirm-MgGroupGrantedPermissionForApp.md @@ -129,6 +129,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -154,6 +156,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Confirm-MgGroupMemberGroup.md b/src/Groups/Groups/docs/v1.0/Confirm-MgGroupMemberGroup.md index e72048823c7..b22ded936cb 100644 --- a/src/Groups/Groups/docs/v1.0/Confirm-MgGroupMemberGroup.md +++ b/src/Groups/Groups/docs/v1.0/Confirm-MgGroupMemberGroup.md @@ -244,6 +244,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -269,6 +271,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Confirm-MgGroupMemberObject.md b/src/Groups/Groups/docs/v1.0/Confirm-MgGroupMemberObject.md index afda61c2a52..56eda91ce70 100644 --- a/src/Groups/Groups/docs/v1.0/Confirm-MgGroupMemberObject.md +++ b/src/Groups/Groups/docs/v1.0/Confirm-MgGroupMemberObject.md @@ -196,6 +196,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -221,6 +223,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Confirm-MgGroupPermissionGrantMemberGroup.md b/src/Groups/Groups/docs/v1.0/Confirm-MgGroupPermissionGrantMemberGroup.md index 536d6bea686..dc60a634c87 100644 --- a/src/Groups/Groups/docs/v1.0/Confirm-MgGroupPermissionGrantMemberGroup.md +++ b/src/Groups/Groups/docs/v1.0/Confirm-MgGroupPermissionGrantMemberGroup.md @@ -259,6 +259,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -284,6 +286,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Confirm-MgGroupPermissionGrantMemberObject.md b/src/Groups/Groups/docs/v1.0/Confirm-MgGroupPermissionGrantMemberObject.md index 5b149584c79..8876bfe61f0 100644 --- a/src/Groups/Groups/docs/v1.0/Confirm-MgGroupPermissionGrantMemberObject.md +++ b/src/Groups/Groups/docs/v1.0/Confirm-MgGroupPermissionGrantMemberObject.md @@ -211,6 +211,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -236,6 +238,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Copy-MgGroupDriveItem.md b/src/Groups/Groups/docs/v1.0/Copy-MgGroupDriveItem.md index 28aa93aa299..08d4a9f6155 100644 --- a/src/Groups/Groups/docs/v1.0/Copy-MgGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0/Copy-MgGroupDriveItem.md @@ -261,6 +261,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -286,6 +288,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart PARENTREFERENCE : itemReference - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Copy-MgGroupDriveListContentTypeToDefaultContentLocation.md b/src/Groups/Groups/docs/v1.0/Copy-MgGroupDriveListContentTypeToDefaultContentLocation.md index 34deef6f5d5..01aa2f9456f 100644 --- a/src/Groups/Groups/docs/v1.0/Copy-MgGroupDriveListContentTypeToDefaultContentLocation.md +++ b/src/Groups/Groups/docs/v1.0/Copy-MgGroupDriveListContentTypeToDefaultContentLocation.md @@ -301,6 +301,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -326,6 +328,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart SOURCEFILE : itemReference - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Copy-MgGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0/Copy-MgGroupDriveRoot.md index f439d89e1f2..fbb34270cee 100644 --- a/src/Groups/Groups/docs/v1.0/Copy-MgGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0/Copy-MgGroupDriveRoot.md @@ -245,6 +245,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -270,6 +272,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart PARENTREFERENCE : itemReference - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Copy-MgGroupOnenoteNotebook.md b/src/Groups/Groups/docs/v1.0/Copy-MgGroupOnenoteNotebook.md index 39585965f11..5965494fd70 100644 --- a/src/Groups/Groups/docs/v1.0/Copy-MgGroupOnenoteNotebook.md +++ b/src/Groups/Groups/docs/v1.0/Copy-MgGroupOnenoteNotebook.md @@ -294,6 +294,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -319,6 +321,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Copy-MgGroupOnenotePageToSection.md b/src/Groups/Groups/docs/v1.0/Copy-MgGroupOnenotePageToSection.md index a0d3c59d47f..8eaecbf05dc 100644 --- a/src/Groups/Groups/docs/v1.0/Copy-MgGroupOnenotePageToSection.md +++ b/src/Groups/Groups/docs/v1.0/Copy-MgGroupOnenotePageToSection.md @@ -280,6 +280,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -305,6 +307,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Copy-MgGroupOnenoteSectionToNotebook.md b/src/Groups/Groups/docs/v1.0/Copy-MgGroupOnenoteSectionToNotebook.md index fc3703d63f7..c096c24f222 100644 --- a/src/Groups/Groups/docs/v1.0/Copy-MgGroupOnenoteSectionToNotebook.md +++ b/src/Groups/Groups/docs/v1.0/Copy-MgGroupOnenoteSectionToNotebook.md @@ -295,6 +295,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -320,6 +322,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Copy-MgGroupOnenoteSectionToSectionGroup.md b/src/Groups/Groups/docs/v1.0/Copy-MgGroupOnenoteSectionToSectionGroup.md index 1e57fa2df20..1edee32a621 100644 --- a/src/Groups/Groups/docs/v1.0/Copy-MgGroupOnenoteSectionToSectionGroup.md +++ b/src/Groups/Groups/docs/v1.0/Copy-MgGroupOnenoteSectionToSectionGroup.md @@ -295,6 +295,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -320,6 +322,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Copy-MgGroupSiteContentTypeToDefaultContentLocation.md b/src/Groups/Groups/docs/v1.0/Copy-MgGroupSiteContentTypeToDefaultContentLocation.md index 342eddf8931..a1abe0f69a4 100644 --- a/src/Groups/Groups/docs/v1.0/Copy-MgGroupSiteContentTypeToDefaultContentLocation.md +++ b/src/Groups/Groups/docs/v1.0/Copy-MgGroupSiteContentTypeToDefaultContentLocation.md @@ -300,6 +300,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -325,6 +327,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart SOURCEFILE : itemReference - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Copy-MgGroupSiteListContentTypeToDefaultContentLocation.md b/src/Groups/Groups/docs/v1.0/Copy-MgGroupSiteListContentTypeToDefaultContentLocation.md index 8e689432673..378246b3bd3 100644 --- a/src/Groups/Groups/docs/v1.0/Copy-MgGroupSiteListContentTypeToDefaultContentLocation.md +++ b/src/Groups/Groups/docs/v1.0/Copy-MgGroupSiteListContentTypeToDefaultContentLocation.md @@ -316,6 +316,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -341,6 +343,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart SOURCEFILE : itemReference - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroup.md b/src/Groups/Groups/docs/v1.0/Get-MgGroup.md index b88364269ca..4be53c58901 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroup.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroup.md @@ -391,6 +391,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -416,6 +418,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupCalendarEventDelta.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupCalendarEventDelta.md index 42058bf11cb..ba4ceab33bb 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupCalendarEventDelta.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupCalendarEventDelta.md @@ -211,6 +211,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -236,6 +238,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupCalendarSchedule.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupCalendarSchedule.md index 9272715a2f2..382f13a670b 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupCalendarSchedule.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupCalendarSchedule.md @@ -284,6 +284,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -309,6 +311,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart STARTTIME : dateTimeTimeZone - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversation.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversation.md index af574f304b6..b3420ddafd0 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversation.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversation.md @@ -282,6 +282,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -307,6 +309,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThread.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThread.md index 6c0cbd2ac5a..6d1edf545ff 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThread.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThread.md @@ -287,6 +287,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -312,6 +314,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPost.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPost.md index 63028e19d51..8962cb6b764 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPost.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPost.md @@ -299,6 +299,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -324,6 +326,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostAttachment.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostAttachment.md index faaa00a1c70..3f7f6a3d54a 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostAttachment.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostAttachment.md @@ -308,6 +308,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -333,6 +335,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostExtension.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostExtension.md index d6c87cc9ab7..144fc6df7a7 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostExtension.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostExtension.md @@ -312,6 +312,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -337,6 +339,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostInReplyToAttachment.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostInReplyToAttachment.md index 098634c6e2a..ebdeff2422e 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostInReplyToAttachment.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostInReplyToAttachment.md @@ -308,6 +308,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -333,6 +335,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostInReplyToExtension.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostInReplyToExtension.md index c28c6d075f5..a4249abe4b3 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostInReplyToExtension.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostInReplyToExtension.md @@ -312,6 +312,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -337,6 +339,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md index 875d486ead1..b33c0c99e68 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md @@ -323,6 +323,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -348,6 +350,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md index c9d0c24ab65..03861dbd8fd 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md @@ -324,6 +324,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -349,6 +351,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostMultiValueExtendedProperty.md index 2c20e29fbd6..e77fe72d0b0 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostMultiValueExtendedProperty.md @@ -323,6 +323,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -348,6 +350,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostSingleValueExtendedProperty.md index 19c03797c34..ea3adf29a67 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupConversationThreadPostSingleValueExtendedProperty.md @@ -324,6 +324,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -349,6 +351,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupCreatedOnBehalfOf.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupCreatedOnBehalfOf.md index 8de840e119f..5ab8206003b 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupCreatedOnBehalfOf.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupCreatedOnBehalfOf.md @@ -133,6 +133,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -158,6 +160,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveItemActivityByInterval.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveItemActivityByInterval.md index 73b46f54782..1530ab5692e 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveItemActivityByInterval.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveItemActivityByInterval.md @@ -296,6 +296,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -321,6 +323,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveItemDelta.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveItemDelta.md index f6f2abd4d68..603cf7a5033 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveItemDelta.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveItemDelta.md @@ -263,6 +263,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -288,6 +290,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveItemListItemActivityByInterval.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveItemListItemActivityByInterval.md index 15d52381115..3c98009f6c7 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveItemListItemActivityByInterval.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveItemListItemActivityByInterval.md @@ -296,6 +296,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -321,6 +323,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveListContentTypeCompatibleHubContentType.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveListContentTypeCompatibleHubContentType.md index cc5ad06a2a2..6fb90059887 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveListContentTypeCompatibleHubContentType.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveListContentTypeCompatibleHubContentType.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveListItemActivityByInterval.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveListItemActivityByInterval.md index 617c2c9227e..9e7ddd78a42 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveListItemActivityByInterval.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveListItemActivityByInterval.md @@ -296,6 +296,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -321,6 +323,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveRootActivityByInterval.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveRootActivityByInterval.md index 6bc22be3112..0cb97e6d942 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveRootActivityByInterval.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveRootActivityByInterval.md @@ -280,6 +280,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -305,6 +307,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveRootDelta.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveRootDelta.md index 3cc59b18f7c..f338ec3e2d8 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveRootDelta.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveRootDelta.md @@ -248,6 +248,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -273,6 +275,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveRootListItemActivityByInterval.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveRootListItemActivityByInterval.md index 38bd6369e5c..e0785b31ca5 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveRootListItemActivityByInterval.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupDriveRootListItemActivityByInterval.md @@ -280,6 +280,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -305,6 +307,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupEventDelta.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupEventDelta.md index ad47f83479f..245b76d5f25 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupEventDelta.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupEventDelta.md @@ -210,6 +210,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -235,6 +237,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupExtension.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupExtension.md index c4d761c102f..e2d137ad489 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupExtension.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupExtension.md @@ -278,6 +278,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -303,6 +305,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupLifecyclePolicy.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupLifecyclePolicy.md index 471ded30294..b159f8d2d03 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupLifecyclePolicy.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupLifecyclePolicy.md @@ -275,6 +275,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -300,6 +302,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupMemberGroup.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupMemberGroup.md index 2905e0d33e3..f00dd90a7d6 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupMemberGroup.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupMemberGroup.md @@ -229,6 +229,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -254,6 +256,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupMemberObject.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupMemberObject.md index d9f0c00cba8..a78de4de818 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupMemberObject.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupMemberObject.md @@ -215,6 +215,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -240,6 +242,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupMemberOf.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupMemberOf.md index b784295b741..d7cb1e3d4d1 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupMemberOf.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupMemberOf.md @@ -305,6 +305,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -330,6 +332,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupMemberWithLicenseError.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupMemberWithLicenseError.md index 8befda80c97..557d5cb334e 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupMemberWithLicenseError.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupMemberWithLicenseError.md @@ -290,6 +290,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -315,6 +317,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupOnenoteNotebookFromWebUrl.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupOnenoteNotebookFromWebUrl.md index e61146c06cf..a8d0e52d94a 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupOnenoteNotebookFromWebUrl.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupOnenoteNotebookFromWebUrl.md @@ -214,6 +214,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -239,6 +241,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupOnenoteRecentNotebook.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupOnenoteRecentNotebook.md index 96db7556570..36316b2b78b 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupOnenoteRecentNotebook.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupOnenoteRecentNotebook.md @@ -189,6 +189,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -214,6 +216,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrant.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrant.md index a25228185c0..6c519d98bea 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrant.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrant.md @@ -283,6 +283,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -308,6 +310,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrantAvailableExtensionProperty.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrantAvailableExtensionProperty.md index 7452c2a1b11..42be4013cbe 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrantAvailableExtensionProperty.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrantAvailableExtensionProperty.md @@ -198,6 +198,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -223,6 +225,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrantById.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrantById.md index 655d2667bc6..57411955e12 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrantById.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrantById.md @@ -214,6 +214,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -239,6 +241,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrantMemberGroup.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrantMemberGroup.md index ba98a0e0046..056439e94c0 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrantMemberGroup.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrantMemberGroup.md @@ -244,6 +244,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -269,6 +271,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrantMemberObject.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrantMemberObject.md index cdc8e84abae..efd3e8b6ab4 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrantMemberObject.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupPermissionGrantMemberObject.md @@ -230,6 +230,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -255,6 +257,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupPhoto.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupPhoto.md index fb8382ff814..f2f5c9a42f7 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupPhoto.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupPhoto.md @@ -258,6 +258,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -283,6 +285,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupPhotoContent.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupPhotoContent.md index 4f46bd3f2d0..746c0f24e81 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupPhotoContent.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupPhotoContent.md @@ -153,6 +153,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -178,6 +180,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteActivityByInterval.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteActivityByInterval.md index b517cdd60ec..25142d95544 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteActivityByInterval.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteActivityByInterval.md @@ -280,6 +280,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -305,6 +307,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteApplicableContentTypeForList.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteApplicableContentTypeForList.md index fdcb98468d6..ce48312de8a 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteApplicableContentTypeForList.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteApplicableContentTypeForList.md @@ -236,6 +236,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -261,6 +263,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteByPath.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteByPath.md index b6e253b8a16..974e858bfbd 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteByPath.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteByPath.md @@ -127,6 +127,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -152,6 +154,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteContentTypeCompatibleHubContentType.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteContentTypeCompatibleHubContentType.md index 5f568330dc7..52ba03c7119 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteContentTypeCompatibleHubContentType.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteContentTypeCompatibleHubContentType.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteListContentTypeCompatibleHubContentType.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteListContentTypeCompatibleHubContentType.md index c67ee6745d0..56ba1d5062f 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteListContentTypeCompatibleHubContentType.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteListContentTypeCompatibleHubContentType.md @@ -236,6 +236,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -261,6 +263,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteListItemActivityByInterval.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteListItemActivityByInterval.md index f51d8eadcf7..6966497287d 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteListItemActivityByInterval.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupSiteListItemActivityByInterval.md @@ -311,6 +311,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -336,6 +338,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupThread.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupThread.md index 0bc76ee42be..b845c70fca2 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupThread.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupThread.md @@ -268,6 +268,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -293,6 +295,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPost.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPost.md index ae7ac9ea077..6cdac6bc63c 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPost.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPost.md @@ -293,6 +293,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -318,6 +320,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostAttachment.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostAttachment.md index ef46a00c112..b7f630cd958 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostAttachment.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostAttachment.md @@ -300,6 +300,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -325,6 +327,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostExtension.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostExtension.md index e51eeb1bc98..953f1260e0f 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostExtension.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostExtension.md @@ -304,6 +304,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -329,6 +331,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostInReplyToAttachment.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostInReplyToAttachment.md index 23c6633dba9..dbd35c4974c 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostInReplyToAttachment.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostInReplyToAttachment.md @@ -291,6 +291,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -316,6 +318,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostInReplyToExtension.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostInReplyToExtension.md index 1ca8861291c..ee6d1310bb0 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostInReplyToExtension.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostInReplyToExtension.md @@ -295,6 +295,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -320,6 +322,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md index c5e9a5f30f2..91c3b31e7bf 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md @@ -308,6 +308,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -333,6 +335,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md index a1503687a37..130fdbe536f 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md @@ -308,6 +308,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -333,6 +335,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostMultiValueExtendedProperty.md index 641d99ae868..326e1f94a7d 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostMultiValueExtendedProperty.md @@ -308,6 +308,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -333,6 +335,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostSingleValueExtendedProperty.md index b216d18c97c..ac5095e37cf 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupThreadPostSingleValueExtendedProperty.md @@ -308,6 +308,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -333,6 +335,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupTransitiveMember.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupTransitiveMember.md index f8fa542e348..714adb80db8 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupTransitiveMember.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupTransitiveMember.md @@ -299,6 +299,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -324,6 +326,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Get-MgGroupTransitiveMemberOf.md b/src/Groups/Groups/docs/v1.0/Get-MgGroupTransitiveMemberOf.md index aae01587be9..897e0fb965b 100644 --- a/src/Groups/Groups/docs/v1.0/Get-MgGroupTransitiveMemberOf.md +++ b/src/Groups/Groups/docs/v1.0/Get-MgGroupTransitiveMemberOf.md @@ -299,6 +299,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -324,6 +326,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Grant-MgGroupDriveItemPermission.md b/src/Groups/Groups/docs/v1.0/Grant-MgGroupDriveItemPermission.md index 159cdb0d5a2..e23475ebf0e 100644 --- a/src/Groups/Groups/docs/v1.0/Grant-MgGroupDriveItemPermission.md +++ b/src/Groups/Groups/docs/v1.0/Grant-MgGroupDriveItemPermission.md @@ -288,6 +288,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -313,6 +315,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart RECIPIENTS : . - `[Alias ]`: The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). diff --git a/src/Groups/Groups/docs/v1.0/Grant-MgGroupDriveRootPermission.md b/src/Groups/Groups/docs/v1.0/Grant-MgGroupDriveRootPermission.md index 6546e8f1f44..3c82ab4af33 100644 --- a/src/Groups/Groups/docs/v1.0/Grant-MgGroupDriveRootPermission.md +++ b/src/Groups/Groups/docs/v1.0/Grant-MgGroupDriveRootPermission.md @@ -272,6 +272,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -297,6 +299,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart RECIPIENTS : . - `[Alias ]`: The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). diff --git a/src/Groups/Groups/docs/v1.0/Grant-MgGroupSitePermission.md b/src/Groups/Groups/docs/v1.0/Grant-MgGroupSitePermission.md index 1dfba3f98a1..e155d7eb701 100644 --- a/src/Groups/Groups/docs/v1.0/Grant-MgGroupSitePermission.md +++ b/src/Groups/Groups/docs/v1.0/Grant-MgGroupSitePermission.md @@ -272,6 +272,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -297,6 +299,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart RECIPIENTS : . - `[Alias ]`: The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgAcceptGroupCalendarEvent.md b/src/Groups/Groups/docs/v1.0/Invoke-MgAcceptGroupCalendarEvent.md index 2b7f88c62e4..1d9500432be 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgAcceptGroupCalendarEvent.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgAcceptGroupCalendarEvent.md @@ -259,6 +259,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -284,6 +286,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgAcceptGroupCalendarEventTentatively.md b/src/Groups/Groups/docs/v1.0/Invoke-MgAcceptGroupCalendarEventTentatively.md index a71fc049a2e..f0345aa7456 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgAcceptGroupCalendarEventTentatively.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgAcceptGroupCalendarEventTentatively.md @@ -298,6 +298,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -323,6 +325,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart PROPOSEDNEWTIME : timeSlot - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgAcceptGroupEvent.md b/src/Groups/Groups/docs/v1.0/Invoke-MgAcceptGroupEvent.md index 8cc62280265..a7ebbc9e31e 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgAcceptGroupEvent.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgAcceptGroupEvent.md @@ -259,6 +259,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -284,6 +286,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgAcceptGroupEventTentatively.md b/src/Groups/Groups/docs/v1.0/Invoke-MgAcceptGroupEventTentatively.md index a70fe221853..355132cc642 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgAcceptGroupEventTentatively.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgAcceptGroupEventTentatively.md @@ -298,6 +298,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -323,6 +325,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart PROPOSEDNEWTIME : timeSlot - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgCalendarGroupCalendar.md b/src/Groups/Groups/docs/v1.0/Invoke-MgCalendarGroupCalendar.md index 9fe0ec0897e..706d5d9897c 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgCalendarGroupCalendar.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgCalendarGroupCalendar.md @@ -189,6 +189,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -214,6 +216,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgCheckinGroupDriveItem.md b/src/Groups/Groups/docs/v1.0/Invoke-MgCheckinGroupDriveItem.md index f0c4d30a84f..32520d127fb 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgCheckinGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgCheckinGroupDriveItem.md @@ -273,6 +273,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -298,6 +300,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgCheckinGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0/Invoke-MgCheckinGroupDriveRoot.md index 4492e63facf..0a8acbe2719 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgCheckinGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgCheckinGroupDriveRoot.md @@ -257,6 +257,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -282,6 +284,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgCheckoutGroupDriveItem.md b/src/Groups/Groups/docs/v1.0/Invoke-MgCheckoutGroupDriveItem.md index 2257fca2bc0..d93bf9ba1e7 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgCheckoutGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgCheckoutGroupDriveItem.md @@ -186,6 +186,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -211,6 +213,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgCheckoutGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0/Invoke-MgCheckoutGroupDriveRoot.md index 5c857efa91f..006b3dd4fc4 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgCheckoutGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgCheckoutGroupDriveRoot.md @@ -171,6 +171,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -196,6 +198,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgDeclineGroupCalendarEvent.md b/src/Groups/Groups/docs/v1.0/Invoke-MgDeclineGroupCalendarEvent.md index ea7d01be604..ea8178b5078 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgDeclineGroupCalendarEvent.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgDeclineGroupCalendarEvent.md @@ -298,6 +298,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -323,6 +325,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart PROPOSEDNEWTIME : timeSlot - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgDeclineGroupEvent.md b/src/Groups/Groups/docs/v1.0/Invoke-MgDeclineGroupEvent.md index a711991b910..a4a7fcdc69f 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgDeclineGroupEvent.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgDeclineGroupEvent.md @@ -298,6 +298,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -323,6 +325,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart PROPOSEDNEWTIME : timeSlot - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgDismissGroupCalendarEventReminder.md b/src/Groups/Groups/docs/v1.0/Invoke-MgDismissGroupCalendarEventReminder.md index b9b6e67e99e..d14a663bdb0 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgDismissGroupCalendarEventReminder.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgDismissGroupCalendarEventReminder.md @@ -172,6 +172,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -197,6 +199,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgDismissGroupEventReminder.md b/src/Groups/Groups/docs/v1.0/Invoke-MgDismissGroupEventReminder.md index 129820913d3..71d3cb91f9d 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgDismissGroupEventReminder.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgDismissGroupEventReminder.md @@ -172,6 +172,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -197,6 +199,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgFollowGroupDriveItem.md b/src/Groups/Groups/docs/v1.0/Invoke-MgFollowGroupDriveItem.md index c815bea1232..81815501cbf 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgFollowGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgFollowGroupDriveItem.md @@ -159,6 +159,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -184,6 +186,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgFollowGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0/Invoke-MgFollowGroupDriveRoot.md index 584ade645d2..6a7a4bb714b 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgFollowGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgFollowGroupDriveRoot.md @@ -143,6 +143,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -168,6 +170,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupCalendarEvent.md b/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupCalendarEvent.md index 54508675eb4..3f961378412 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupCalendarEvent.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupCalendarEvent.md @@ -277,6 +277,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -302,6 +304,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart TORECIPIENTS : . - `[EmailAddress ]`: emailAddress diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupConversationThreadPost.md b/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupConversationThreadPost.md index 831e487d21d..39c11ef1f05 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupConversationThreadPost.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupConversationThreadPost.md @@ -305,6 +305,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -330,6 +332,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart TORECIPIENTS : . - `[EmailAddress ]`: emailAddress diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupConversationThreadPostInReplyTo.md b/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupConversationThreadPostInReplyTo.md index eabede457e7..a2aacbd9004 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupConversationThreadPostInReplyTo.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupConversationThreadPostInReplyTo.md @@ -305,6 +305,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -330,6 +332,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart TORECIPIENTS : . - `[EmailAddress ]`: emailAddress diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupEvent.md b/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupEvent.md index aaee6a220fc..309b66ad61a 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupEvent.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupEvent.md @@ -277,6 +277,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -302,6 +304,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart TORECIPIENTS : . - `[EmailAddress ]`: emailAddress diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupThreadPost.md b/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupThreadPost.md index 74cc56291f5..184ce69d9e8 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupThreadPost.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupThreadPost.md @@ -286,6 +286,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -311,6 +313,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart TORECIPIENTS : . - `[EmailAddress ]`: emailAddress diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupThreadPostInReplyTo.md b/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupThreadPostInReplyTo.md index 3fa6e5551ea..447d8e5ef61 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupThreadPostInReplyTo.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgForwardGroupThreadPostInReplyTo.md @@ -289,6 +289,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -314,6 +316,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart TORECIPIENTS : . - `[EmailAddress ]`: emailAddress diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgGraphGroup.md b/src/Groups/Groups/docs/v1.0/Invoke-MgGraphGroup.md index bab56d0925c..120776e9b25 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgGraphGroup.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgGraphGroup.md @@ -154,6 +154,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -179,6 +181,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgGraphGroupDrive.md b/src/Groups/Groups/docs/v1.0/Invoke-MgGraphGroupDrive.md index d54d6875ac3..23732075d1b 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgGraphGroupDrive.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgGraphGroupDrive.md @@ -220,6 +220,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -245,6 +247,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgInviteGroupDriveItem.md b/src/Groups/Groups/docs/v1.0/Invoke-MgInviteGroupDriveItem.md index ee0a96b8e74..5524c6e76a2 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgInviteGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgInviteGroupDriveItem.md @@ -346,6 +346,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -371,6 +373,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart RECIPIENTS : . - `[Alias ]`: The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgInviteGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0/Invoke-MgInviteGroupDriveRoot.md index daa9d18e897..e1ae762e192 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgInviteGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgInviteGroupDriveRoot.md @@ -331,6 +331,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -356,6 +358,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart RECIPIENTS : . - `[Alias ]`: The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgPreviewGroupDriveItem.md b/src/Groups/Groups/docs/v1.0/Invoke-MgPreviewGroupDriveItem.md index 5b07bcde2fd..42905864873 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgPreviewGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgPreviewGroupDriveItem.md @@ -243,6 +243,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -268,6 +270,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgPreviewGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0/Invoke-MgPreviewGroupDriveRoot.md index 28328aa0a62..0c15ef81361 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgPreviewGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgPreviewGroupDriveRoot.md @@ -227,6 +227,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -252,6 +254,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgPreviewGroupOnenotePage.md b/src/Groups/Groups/docs/v1.0/Invoke-MgPreviewGroupOnenotePage.md index 1317538d9fd..2c572a9cebc 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgPreviewGroupOnenotePage.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgPreviewGroupOnenotePage.md @@ -112,6 +112,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -137,6 +139,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgReauthorizeGroupDriveItemSubscription.md b/src/Groups/Groups/docs/v1.0/Invoke-MgReauthorizeGroupDriveItemSubscription.md index c5355ef16b3..2f748e7f863 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgReauthorizeGroupDriveItemSubscription.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgReauthorizeGroupDriveItemSubscription.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgReauthorizeGroupDriveListSubscription.md b/src/Groups/Groups/docs/v1.0/Invoke-MgReauthorizeGroupDriveListSubscription.md index a8c706d42bf..6b52852874d 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgReauthorizeGroupDriveListSubscription.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgReauthorizeGroupDriveListSubscription.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgReauthorizeGroupDriveRootSubscription.md b/src/Groups/Groups/docs/v1.0/Invoke-MgReauthorizeGroupDriveRootSubscription.md index 5d69b1918f5..33ea07d8783 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgReauthorizeGroupDriveRootSubscription.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgReauthorizeGroupDriveRootSubscription.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgReauthorizeGroupSiteListSubscription.md b/src/Groups/Groups/docs/v1.0/Invoke-MgReauthorizeGroupSiteListSubscription.md index 66e092620bb..0da3266138c 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgReauthorizeGroupSiteListSubscription.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgReauthorizeGroupSiteListSubscription.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgRecentGroupDrive.md b/src/Groups/Groups/docs/v1.0/Invoke-MgRecentGroupDrive.md index f092a7a834c..bee7bfda81d 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgRecentGroupDrive.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgRecentGroupDrive.md @@ -220,6 +220,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -245,6 +247,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgRenewGroup.md b/src/Groups/Groups/docs/v1.0/Invoke-MgRenewGroup.md index cd63047ccbe..194c3fa5b8b 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgRenewGroup.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgRenewGroup.md @@ -154,6 +154,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -179,6 +181,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupConversationThread.md b/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupConversationThread.md index cb10f671497..43933344903 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupConversationThread.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupConversationThread.md @@ -373,6 +373,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -398,6 +400,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POST : post - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupConversationThreadPost.md b/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupConversationThreadPost.md index c93b821d022..98da02630c7 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupConversationThreadPost.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupConversationThreadPost.md @@ -363,6 +363,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -388,6 +390,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POST : post - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupConversationThreadPostInReplyTo.md b/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupConversationThreadPostInReplyTo.md index 784197f72d3..4dd8d5fc5cf 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupConversationThreadPostInReplyTo.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupConversationThreadPostInReplyTo.md @@ -364,6 +364,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -389,6 +391,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POST : post - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupThread.md b/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupThread.md index 12995e79476..10b86cdc4ab 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupThread.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupThread.md @@ -364,6 +364,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -389,6 +391,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POST : post - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupThreadPost.md b/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupThreadPost.md index f0ccc352103..98ee248ab3b 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupThreadPost.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupThreadPost.md @@ -344,6 +344,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -369,6 +371,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POST : post - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupThreadPostInReplyTo.md b/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupThreadPostInReplyTo.md index 18154e6cf8a..5a1019a60e3 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupThreadPostInReplyTo.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgReplyGroupThreadPostInReplyTo.md @@ -347,6 +347,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -372,6 +374,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POST : post - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgSnoozeGroupCalendarEventReminder.md b/src/Groups/Groups/docs/v1.0/Invoke-MgSnoozeGroupCalendarEventReminder.md index 5edc59f4dba..acef4963eb1 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgSnoozeGroupCalendarEventReminder.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgSnoozeGroupCalendarEventReminder.md @@ -250,6 +250,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -275,6 +277,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart NEWREMINDERTIME : dateTimeTimeZone - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgSnoozeGroupEventReminder.md b/src/Groups/Groups/docs/v1.0/Invoke-MgSnoozeGroupEventReminder.md index 6f435c9f712..415a1d3f687 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgSnoozeGroupEventReminder.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgSnoozeGroupEventReminder.md @@ -249,6 +249,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -274,6 +276,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart NEWREMINDERTIME : dateTimeTimeZone - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgSubscribeGroupByMail.md b/src/Groups/Groups/docs/v1.0/Invoke-MgSubscribeGroupByMail.md index 4df8c2b6633..1ebef254778 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgSubscribeGroupByMail.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgSubscribeGroupByMail.md @@ -155,6 +155,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -180,6 +182,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgUnfollowGroupDriveItem.md b/src/Groups/Groups/docs/v1.0/Invoke-MgUnfollowGroupDriveItem.md index 7a0e8333461..15cc61d15c0 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgUnfollowGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgUnfollowGroupDriveItem.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Invoke-MgUnfollowGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0/Invoke-MgUnfollowGroupDriveRoot.md index dcfc0f334e1..5e99b441a5f 100644 --- a/src/Groups/Groups/docs/v1.0/Invoke-MgUnfollowGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0/Invoke-MgUnfollowGroupDriveRoot.md @@ -160,6 +160,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -185,6 +187,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Join-MgGroupDriveListContentTypeWithHubSite.md b/src/Groups/Groups/docs/v1.0/Join-MgGroupDriveListContentTypeWithHubSite.md index ee86ec8be3f..9748428aa2c 100644 --- a/src/Groups/Groups/docs/v1.0/Join-MgGroupDriveListContentTypeWithHubSite.md +++ b/src/Groups/Groups/docs/v1.0/Join-MgGroupDriveListContentTypeWithHubSite.md @@ -258,6 +258,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -283,6 +285,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Join-MgGroupSiteContentTypeWithHubSite.md b/src/Groups/Groups/docs/v1.0/Join-MgGroupSiteContentTypeWithHubSite.md index d7e754ccd78..a608888760e 100644 --- a/src/Groups/Groups/docs/v1.0/Join-MgGroupSiteContentTypeWithHubSite.md +++ b/src/Groups/Groups/docs/v1.0/Join-MgGroupSiteContentTypeWithHubSite.md @@ -258,6 +258,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -283,6 +285,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Join-MgGroupSiteListContentTypeWithHubSite.md b/src/Groups/Groups/docs/v1.0/Join-MgGroupSiteListContentTypeWithHubSite.md index f97fdc1442d..e35d40066bc 100644 --- a/src/Groups/Groups/docs/v1.0/Join-MgGroupSiteListContentTypeWithHubSite.md +++ b/src/Groups/Groups/docs/v1.0/Join-MgGroupSiteListContentTypeWithHubSite.md @@ -274,6 +274,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -299,6 +301,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Microsoft.Graph.Groups.md b/src/Groups/Groups/docs/v1.0/Microsoft.Graph.Groups.md index fa4ee579b24..089beb3f384 100644 --- a/src/Groups/Groups/docs/v1.0/Microsoft.Graph.Groups.md +++ b/src/Groups/Groups/docs/v1.0/Microsoft.Graph.Groups.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Groups -Module Guid: 8818bd08-77c2-4c0a-80d1-6a465fd53c78 +Module Guid: 27fc4f9f-3c8b-4d45-9421-d523d96e3ff8 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroup.md b/src/Groups/Groups/docs/v1.0/New-MgGroup.md index f305df2a1ea..0d3c2420754 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroup.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroup.md @@ -144,7 +144,6 @@ Accept wildcard characters: False ### -AssignedLabels The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. -Read-only. To construct, please use Get-Help -Online and see NOTES section for ASSIGNEDLABELS properties and create a hash table. ```yaml @@ -1365,7 +1364,7 @@ APPROLEASSIGNMENTS : Represents the app role - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). -ASSIGNEDLABELS : The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. +ASSIGNEDLABELS : The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -1391,7 +1390,7 @@ BODYPARAMETER : group - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1702,7 +1701,7 @@ BODYPARAMETER : group - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -2278,7 +2277,7 @@ BODYPARAMETER : group - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2808,7 +2807,7 @@ BODYPARAMETER : group - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -3655,7 +3654,7 @@ BODYPARAMETER : group - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4433,7 +4432,7 @@ DRIVE : drive - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -5165,7 +5164,7 @@ DRIVE : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -5695,7 +5694,7 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -5896,7 +5895,7 @@ DRIVE : drive - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -6023,7 +6022,7 @@ DRIVE : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -7002,7 +7001,7 @@ DRIVES : The group's drives. Read-only. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -7734,7 +7733,7 @@ DRIVES : The group's drives. Read-only. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -8264,7 +8263,7 @@ DRIVES : The group's drives. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -8465,7 +8464,7 @@ DRIVES : The group's drives. Read-only. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -8592,7 +8591,7 @@ DRIVES : The group's drives. Read-only. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9659,7 +9658,7 @@ ONENOTE : onenote - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9791,7 +9790,7 @@ PLANNER : plannerGroup - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. @@ -10000,7 +9999,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -10731,7 +10730,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11354,7 +11353,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -11458,7 +11457,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11570,7 +11569,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -12580,7 +12579,7 @@ TEAM : team - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -13346,7 +13345,7 @@ TEAM : team - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -13441,7 +13440,7 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -14119,7 +14118,7 @@ TEAM : team - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -14732,7 +14731,7 @@ TEAM : team - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupAcceptedSenderByRef.md b/src/Groups/Groups/docs/v1.0/New-MgGroupAcceptedSenderByRef.md index 8b578ad5da5..a9bb7bcd68d 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupAcceptedSenderByRef.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupAcceptedSenderByRef.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupConversation.md b/src/Groups/Groups/docs/v1.0/New-MgGroupConversation.md index 4af3d97f781..2ed0ab4f3a2 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupConversation.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupConversation.md @@ -386,6 +386,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -411,6 +413,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart THREADS : A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable. - `[Id ]`: The unique idenfier for an entity. Read-only. diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThread.md b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThread.md index cc21dd68823..6c0e923f89e 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThread.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThread.md @@ -442,6 +442,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -467,6 +469,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POSTS : . - `[Categories ]`: The categories associated with the item diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostAttachment.md b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostAttachment.md index 1f3b3c54c2c..bfa74d7590d 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostAttachment.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostAttachment.md @@ -325,6 +325,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -350,6 +352,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostAttachmentUploadSession.md b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostAttachmentUploadSession.md index ba6a96e2b63..551ad042e86 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostAttachmentUploadSession.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostAttachmentUploadSession.md @@ -317,6 +317,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -342,6 +344,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostExtension.md b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostExtension.md index 6bc55fa4190..928dfb03adf 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostExtension.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostExtension.md @@ -236,6 +236,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -261,6 +263,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToAttachment.md b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToAttachment.md index a0c6d0700c5..cae745d0147 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToAttachment.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToAttachment.md @@ -325,6 +325,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -350,6 +352,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession.md b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession.md index 884151d5dd1..76f1c801786 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession.md @@ -317,6 +317,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -342,6 +344,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToExtension.md b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToExtension.md index 95888c971a0..44b39ddd740 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToExtension.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToExtension.md @@ -236,6 +236,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -261,6 +263,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md index c7470d24d0c..b62853dcfef 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md @@ -259,6 +259,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -284,6 +286,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md index 367a5f87326..4b699e42d86 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md @@ -259,6 +259,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -284,6 +286,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostMultiValueExtendedProperty.md index 5d57cfaf476..10cb974bc5e 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostMultiValueExtendedProperty.md @@ -259,6 +259,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -284,6 +286,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostSingleValueExtendedProperty.md index 74526522040..f4485cfbe08 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupConversationThreadPostSingleValueExtendedProperty.md @@ -259,6 +259,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -284,6 +286,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupDriveItemLink.md b/src/Groups/Groups/docs/v1.0/New-MgGroupDriveItemLink.md index addd11e74e7..698a8d17927 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupDriveItemLink.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupDriveItemLink.md @@ -312,6 +312,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -337,6 +339,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupDriveItemUploadSession.md b/src/Groups/Groups/docs/v1.0/New-MgGroupDriveItemUploadSession.md index 45a0d02e471..97461a38297 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupDriveItemUploadSession.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupDriveItemUploadSession.md @@ -239,6 +239,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -264,6 +266,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ITEM : driveItemUploadableProperties - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupDriveRootLink.md b/src/Groups/Groups/docs/v1.0/New-MgGroupDriveRootLink.md index bbc59bebfc8..458697e19f2 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupDriveRootLink.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupDriveRootLink.md @@ -297,6 +297,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -322,6 +324,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupDriveRootUploadSession.md b/src/Groups/Groups/docs/v1.0/New-MgGroupDriveRootUploadSession.md index 8409d9fedcb..2a855030d1d 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupDriveRootUploadSession.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupDriveRootUploadSession.md @@ -223,6 +223,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -248,6 +250,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ITEM : driveItemUploadableProperties - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupExtension.md b/src/Groups/Groups/docs/v1.0/New-MgGroupExtension.md index 9dc14b27d66..75a785c5cd1 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupExtension.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupExtension.md @@ -189,6 +189,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -214,6 +216,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupMember.md b/src/Groups/Groups/docs/v1.0/New-MgGroupMember.md index 373dc2ddecd..fd88be25325 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupMember.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupMember.md @@ -186,6 +186,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -211,6 +213,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupMemberByRef.md b/src/Groups/Groups/docs/v1.0/New-MgGroupMemberByRef.md index 405003ec910..52960945592 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupMemberByRef.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupMemberByRef.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupOwner.md b/src/Groups/Groups/docs/v1.0/New-MgGroupOwner.md index 2e04c23b7ab..38de86e8bf7 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupOwner.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupOwner.md @@ -179,6 +179,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -204,6 +206,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupOwnerByRef.md b/src/Groups/Groups/docs/v1.0/New-MgGroupOwnerByRef.md index a8884dc6a4e..5af9e5afe95 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupOwnerByRef.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupOwnerByRef.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupPermissionGrant.md b/src/Groups/Groups/docs/v1.0/New-MgGroupPermissionGrant.md index d579619b177..a994a19e850 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupPermissionGrant.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupPermissionGrant.md @@ -301,6 +301,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -326,6 +328,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupRejectedSenderByRef.md b/src/Groups/Groups/docs/v1.0/New-MgGroupRejectedSenderByRef.md index 09c30c604c9..50d9eb90619 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupRejectedSenderByRef.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupRejectedSenderByRef.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupThread.md b/src/Groups/Groups/docs/v1.0/New-MgGroupThread.md index 7638d212dd6..392b8a904c9 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupThread.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupThread.md @@ -431,6 +431,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -456,6 +458,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POSTS : . - `[Categories ]`: The categories associated with the item diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostAttachment.md b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostAttachment.md index df588751795..d7afc2cb97e 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostAttachment.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostAttachment.md @@ -308,6 +308,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -333,6 +335,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostAttachmentUploadSession.md b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostAttachmentUploadSession.md index 4571ef1ac90..7eac729e1a0 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostAttachmentUploadSession.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostAttachmentUploadSession.md @@ -259,6 +259,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -284,6 +286,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostExtension.md b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostExtension.md index 0be86c791d2..b8aa2cafe4a 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostExtension.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostExtension.md @@ -220,6 +220,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -245,6 +247,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToAttachment.md b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToAttachment.md index 5095dc1315d..d9954870297 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToAttachment.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToAttachment.md @@ -308,6 +308,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -333,6 +335,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToAttachmentUploadSession.md b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToAttachmentUploadSession.md index 8757027949c..12cb2286cce 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToAttachmentUploadSession.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToAttachmentUploadSession.md @@ -260,6 +260,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -285,6 +287,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToExtension.md b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToExtension.md index 14f5c557ea7..aed46796099 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToExtension.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToExtension.md @@ -220,6 +220,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -245,6 +247,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md index 5aa573b554d..8ddc986048a 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md @@ -244,6 +244,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -269,6 +271,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md index 5a9d9995b38..205a93c5d03 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md @@ -244,6 +244,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -269,6 +271,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostMultiValueExtendedProperty.md index 2b5e3fcdaa6..c043826502a 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostMultiValueExtendedProperty.md @@ -244,6 +244,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -269,6 +271,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostSingleValueExtendedProperty.md index c3f8a536245..0854f2e4cda 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroupThreadPostSingleValueExtendedProperty.md @@ -244,6 +244,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -269,6 +271,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Publish-MgGroupDriveListContentType.md b/src/Groups/Groups/docs/v1.0/Publish-MgGroupDriveListContentType.md index 8432e1ea981..c4c8d4466c0 100644 --- a/src/Groups/Groups/docs/v1.0/Publish-MgGroupDriveListContentType.md +++ b/src/Groups/Groups/docs/v1.0/Publish-MgGroupDriveListContentType.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Publish-MgGroupSiteContentType.md b/src/Groups/Groups/docs/v1.0/Publish-MgGroupSiteContentType.md index 470ad86736f..1522e7151c2 100644 --- a/src/Groups/Groups/docs/v1.0/Publish-MgGroupSiteContentType.md +++ b/src/Groups/Groups/docs/v1.0/Publish-MgGroupSiteContentType.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Publish-MgGroupSiteListContentType.md b/src/Groups/Groups/docs/v1.0/Publish-MgGroupSiteListContentType.md index 08d140d4f3b..a49cb33e050 100644 --- a/src/Groups/Groups/docs/v1.0/Publish-MgGroupSiteListContentType.md +++ b/src/Groups/Groups/docs/v1.0/Publish-MgGroupSiteListContentType.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroup.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroup.md index feab2de324e..87ff9c9b917 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroup.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroup.md @@ -174,6 +174,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -199,6 +201,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupAcceptedSenderByRef.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupAcceptedSenderByRef.md index 6568d114020..b969c5bcd06 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupAcceptedSenderByRef.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupAcceptedSenderByRef.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversation.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversation.md index 14fe27004a1..ff32c0b43d6 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversation.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversation.md @@ -193,6 +193,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -218,6 +220,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThread.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThread.md index 18fee6e5da4..cef84da7a5a 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThread.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThread.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostAttachment.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostAttachment.md index 2ea31dc4d2e..1e5def495e1 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostAttachment.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostAttachment.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostExtension.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostExtension.md index 7fb19cd49f2..7fd01d20f5c 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostExtension.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostExtension.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostInReplyToAttachment.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostInReplyToAttachment.md index a8de2f5754a..836b51247e8 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostInReplyToAttachment.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostInReplyToAttachment.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostInReplyToExtension.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostInReplyToExtension.md index 9d35f21b4e1..6f34c6b0987 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostInReplyToExtension.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostInReplyToExtension.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md index 714f4fe203d..d71c3ac8b22 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md index 89f6d022f86..35ad9cba10e 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md @@ -222,6 +222,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -247,6 +249,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostMultiValueExtendedProperty.md index 57eb2170eff..0dc2fb9a180 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostMultiValueExtendedProperty.md @@ -221,6 +221,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -246,6 +248,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostSingleValueExtendedProperty.md index f073faec52e..ac306094def 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupConversationThreadPostSingleValueExtendedProperty.md @@ -222,6 +222,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -247,6 +249,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupExtension.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupExtension.md index 51fb3f9977c..6150423b9d8 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupExtension.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupExtension.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupFavorite.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupFavorite.md index 28db7ff258d..0cb0d405147 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupFavorite.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupFavorite.md @@ -154,6 +154,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -179,6 +181,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupFromLifecyclePolicy.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupFromLifecyclePolicy.md index 94de942fd55..671abe345f3 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupFromLifecyclePolicy.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupFromLifecyclePolicy.md @@ -196,6 +196,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -221,6 +223,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupLifecyclePolicy.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupLifecyclePolicy.md index 2d6b86571b5..6e5e2496d2a 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupLifecyclePolicy.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupLifecyclePolicy.md @@ -169,6 +169,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -194,6 +196,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupMemberByRef.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupMemberByRef.md index d8b6452d7eb..b73af06ddcf 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupMemberByRef.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupMemberByRef.md @@ -199,6 +199,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -224,6 +226,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupOwnerByRef.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupOwnerByRef.md index 8e7cd367a4a..bdcb940a674 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupOwnerByRef.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupOwnerByRef.md @@ -199,6 +199,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -224,6 +226,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupPermissionGrant.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupPermissionGrant.md index aab10cf8770..930c9f03d51 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupPermissionGrant.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupPermissionGrant.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupRejectedSenderByRef.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupRejectedSenderByRef.md index 812ea894da9..7f0925c066b 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupRejectedSenderByRef.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupRejectedSenderByRef.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupSite.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupSite.md index 919d6933ec2..45bd3074e33 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupSite.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupSite.md @@ -295,7 +295,7 @@ BODYPARAMETER ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1026,7 +1026,7 @@ BODYPARAMETER ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1649,7 +1649,7 @@ BODYPARAMETER ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1753,7 +1753,7 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -1865,7 +1865,7 @@ BODYPARAMETER ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -2765,6 +2765,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -2790,6 +2792,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart VALUE : . - `[CreatedBy ]`: identitySet @@ -2908,7 +2911,7 @@ VALUE : . - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -3639,7 +3642,7 @@ VALUE : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -4262,7 +4265,7 @@ VALUE : . - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -4366,7 +4369,7 @@ VALUE : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -4478,7 +4481,7 @@ VALUE : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThread.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThread.md index c3d5480c297..6990e10a6ef 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThread.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThread.md @@ -193,6 +193,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -218,6 +220,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostAttachment.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostAttachment.md index 2bece98f3ec..4cf6d79516a 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostAttachment.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostAttachment.md @@ -205,6 +205,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -230,6 +232,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostExtension.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostExtension.md index 76f304c9f8a..a74952eeae5 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostExtension.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostExtension.md @@ -205,6 +205,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -230,6 +232,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostInReplyToAttachment.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostInReplyToAttachment.md index 2459711ac06..60db118e216 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostInReplyToAttachment.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostInReplyToAttachment.md @@ -205,6 +205,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -230,6 +232,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostInReplyToExtension.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostInReplyToExtension.md index 6f890b028bc..414dada03cf 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostInReplyToExtension.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostInReplyToExtension.md @@ -205,6 +205,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -230,6 +232,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md index b6e22ba4e34..63bfa23a727 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md @@ -206,6 +206,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -231,6 +233,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md index 5b3fb10b893..b3a29ab0af5 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md @@ -206,6 +206,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -231,6 +233,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostMultiValueExtendedProperty.md index a612d5d15a6..31a74d589de 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostMultiValueExtendedProperty.md @@ -206,6 +206,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -231,6 +233,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostSingleValueExtendedProperty.md index 830508e4f0b..af271862b91 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupThreadPostSingleValueExtendedProperty.md @@ -206,6 +206,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -231,6 +233,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Reset-MgGroupUnseenCount.md b/src/Groups/Groups/docs/v1.0/Reset-MgGroupUnseenCount.md index 1cd2c615c47..85cdd5e896f 100644 --- a/src/Groups/Groups/docs/v1.0/Reset-MgGroupUnseenCount.md +++ b/src/Groups/Groups/docs/v1.0/Reset-MgGroupUnseenCount.md @@ -154,6 +154,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -179,6 +181,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItem.md b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItem.md index 332e307e8c4..2e279ba5c56 100644 --- a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItem.md @@ -263,6 +263,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -288,6 +290,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart PARENTREFERENCE : itemReference - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItemListItemDocumentSetVersion.md b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItemListItemDocumentSetVersion.md index 5aadf2ac9ad..0f2e1f4c3ee 100644 --- a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItemListItemDocumentSetVersion.md +++ b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItemListItemDocumentSetVersion.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItemListItemVersion.md b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItemListItemVersion.md index 9b4ad8bd5b2..072992c6b77 100644 --- a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItemListItemVersion.md +++ b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItemListItemVersion.md @@ -192,6 +192,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -217,6 +219,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItemVersion.md b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItemVersion.md index 1e41cffd169..57b7d0906ca 100644 --- a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItemVersion.md +++ b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItemVersion.md @@ -192,6 +192,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -217,6 +219,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveListItemDocumentSetVersion.md b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveListItemDocumentSetVersion.md index 8e19e76b2c1..154fb48dd6a 100644 --- a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveListItemDocumentSetVersion.md +++ b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveListItemDocumentSetVersion.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveListItemVersion.md b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveListItemVersion.md index d02b2ce97c2..1a8453c9733 100644 --- a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveListItemVersion.md +++ b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveListItemVersion.md @@ -192,6 +192,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -217,6 +219,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRoot.md index 6727f593d9e..c6046fae83d 100644 --- a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRoot.md @@ -247,6 +247,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -272,6 +274,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart PARENTREFERENCE : itemReference - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRootListItemDocumentSetVersion.md b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRootListItemDocumentSetVersion.md index 509e19995e8..0c867d7558b 100644 --- a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRootListItemDocumentSetVersion.md +++ b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRootListItemDocumentSetVersion.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRootListItemVersion.md b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRootListItemVersion.md index 1c7b2c082ca..611d56194c9 100644 --- a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRootListItemVersion.md +++ b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRootListItemVersion.md @@ -177,6 +177,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -202,6 +204,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRootVersion.md b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRootVersion.md index 9367fcbcf99..e0533316d7e 100644 --- a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRootVersion.md +++ b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRootVersion.md @@ -177,6 +177,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -202,6 +204,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Restore-MgGroupSiteListItemDocumentSetVersion.md b/src/Groups/Groups/docs/v1.0/Restore-MgGroupSiteListItemDocumentSetVersion.md index b78dc08c371..4c198a528c9 100644 --- a/src/Groups/Groups/docs/v1.0/Restore-MgGroupSiteListItemDocumentSetVersion.md +++ b/src/Groups/Groups/docs/v1.0/Restore-MgGroupSiteListItemDocumentSetVersion.md @@ -205,6 +205,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -230,6 +232,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Restore-MgGroupSiteListItemVersion.md b/src/Groups/Groups/docs/v1.0/Restore-MgGroupSiteListItemVersion.md index 9055312144f..183467973f8 100644 --- a/src/Groups/Groups/docs/v1.0/Restore-MgGroupSiteListItemVersion.md +++ b/src/Groups/Groups/docs/v1.0/Restore-MgGroupSiteListItemVersion.md @@ -207,6 +207,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -232,6 +234,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Search-MgGroupDrive.md b/src/Groups/Groups/docs/v1.0/Search-MgGroupDrive.md index 419eab9e702..4c9a7f51fa4 100644 --- a/src/Groups/Groups/docs/v1.0/Search-MgGroupDrive.md +++ b/src/Groups/Groups/docs/v1.0/Search-MgGroupDrive.md @@ -235,6 +235,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -260,6 +262,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Search-MgGroupDriveItem.md b/src/Groups/Groups/docs/v1.0/Search-MgGroupDriveItem.md index 98f7f2631d9..2db690f5e33 100644 --- a/src/Groups/Groups/docs/v1.0/Search-MgGroupDriveItem.md +++ b/src/Groups/Groups/docs/v1.0/Search-MgGroupDriveItem.md @@ -250,6 +250,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -275,6 +277,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Search-MgGroupDriveRoot.md b/src/Groups/Groups/docs/v1.0/Search-MgGroupDriveRoot.md index 1aa0ce31c6c..0b135b6c90c 100644 --- a/src/Groups/Groups/docs/v1.0/Search-MgGroupDriveRoot.md +++ b/src/Groups/Groups/docs/v1.0/Search-MgGroupDriveRoot.md @@ -235,6 +235,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -260,6 +262,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Set-MgGroupLicense.md b/src/Groups/Groups/docs/v1.0/Set-MgGroupLicense.md index c1261421fb7..256981877bc 100644 --- a/src/Groups/Groups/docs/v1.0/Set-MgGroupLicense.md +++ b/src/Groups/Groups/docs/v1.0/Set-MgGroupLicense.md @@ -272,6 +272,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -297,6 +299,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Set-MgGroupPhotoContent.md b/src/Groups/Groups/docs/v1.0/Set-MgGroupPhotoContent.md index e08e37d6ee8..55cc7de801b 100644 --- a/src/Groups/Groups/docs/v1.0/Set-MgGroupPhotoContent.md +++ b/src/Groups/Groups/docs/v1.0/Set-MgGroupPhotoContent.md @@ -206,6 +206,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -231,6 +233,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Stop-MgGroupCalendarEvent.md b/src/Groups/Groups/docs/v1.0/Stop-MgGroupCalendarEvent.md index 9b62075a464..e5cfc27b128 100644 --- a/src/Groups/Groups/docs/v1.0/Stop-MgGroupCalendarEvent.md +++ b/src/Groups/Groups/docs/v1.0/Stop-MgGroupCalendarEvent.md @@ -234,6 +234,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -259,6 +261,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Stop-MgGroupEvent.md b/src/Groups/Groups/docs/v1.0/Stop-MgGroupEvent.md index c0fa63536d3..92f0a272f88 100644 --- a/src/Groups/Groups/docs/v1.0/Stop-MgGroupEvent.md +++ b/src/Groups/Groups/docs/v1.0/Stop-MgGroupEvent.md @@ -234,6 +234,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -259,6 +261,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Test-MgGroupDriveItemPermission.md b/src/Groups/Groups/docs/v1.0/Test-MgGroupDriveItemPermission.md index f6f0158a223..1e95f24eb56 100644 --- a/src/Groups/Groups/docs/v1.0/Test-MgGroupDriveItemPermission.md +++ b/src/Groups/Groups/docs/v1.0/Test-MgGroupDriveItemPermission.md @@ -258,6 +258,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -283,6 +285,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Test-MgGroupDriveListContentTypePublished.md b/src/Groups/Groups/docs/v1.0/Test-MgGroupDriveListContentTypePublished.md index 2a2cc0048ec..d7934a55b10 100644 --- a/src/Groups/Groups/docs/v1.0/Test-MgGroupDriveListContentTypePublished.md +++ b/src/Groups/Groups/docs/v1.0/Test-MgGroupDriveListContentTypePublished.md @@ -128,6 +128,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -153,6 +155,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Test-MgGroupDriveRootPermission.md b/src/Groups/Groups/docs/v1.0/Test-MgGroupDriveRootPermission.md index 6028fd702f5..adf15f92925 100644 --- a/src/Groups/Groups/docs/v1.0/Test-MgGroupDriveRootPermission.md +++ b/src/Groups/Groups/docs/v1.0/Test-MgGroupDriveRootPermission.md @@ -242,6 +242,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -267,6 +269,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Test-MgGroupPermissionGrantProperty.md b/src/Groups/Groups/docs/v1.0/Test-MgGroupPermissionGrantProperty.md index ae89ea7789f..ecc91d67493 100644 --- a/src/Groups/Groups/docs/v1.0/Test-MgGroupPermissionGrantProperty.md +++ b/src/Groups/Groups/docs/v1.0/Test-MgGroupPermissionGrantProperty.md @@ -279,6 +279,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -304,6 +306,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Test-MgGroupProperty.md b/src/Groups/Groups/docs/v1.0/Test-MgGroupProperty.md index cb14edc0700..5b03793be80 100644 --- a/src/Groups/Groups/docs/v1.0/Test-MgGroupProperty.md +++ b/src/Groups/Groups/docs/v1.0/Test-MgGroupProperty.md @@ -270,6 +270,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -295,6 +297,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Test-MgGroupSiteContentTypePublished.md b/src/Groups/Groups/docs/v1.0/Test-MgGroupSiteContentTypePublished.md index a2fbb3dc3a1..c3de8f31bca 100644 --- a/src/Groups/Groups/docs/v1.0/Test-MgGroupSiteContentTypePublished.md +++ b/src/Groups/Groups/docs/v1.0/Test-MgGroupSiteContentTypePublished.md @@ -128,6 +128,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -153,6 +155,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Test-MgGroupSiteListContentTypePublished.md b/src/Groups/Groups/docs/v1.0/Test-MgGroupSiteListContentTypePublished.md index 31ccab1f16d..014bf800a60 100644 --- a/src/Groups/Groups/docs/v1.0/Test-MgGroupSiteListContentTypePublished.md +++ b/src/Groups/Groups/docs/v1.0/Test-MgGroupSiteListContentTypePublished.md @@ -143,6 +143,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -168,6 +170,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Unpublish-MgGroupDriveListContentType.md b/src/Groups/Groups/docs/v1.0/Unpublish-MgGroupDriveListContentType.md index 9e8aa1ce68e..446aaf5e565 100644 --- a/src/Groups/Groups/docs/v1.0/Unpublish-MgGroupDriveListContentType.md +++ b/src/Groups/Groups/docs/v1.0/Unpublish-MgGroupDriveListContentType.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Unpublish-MgGroupSiteContentType.md b/src/Groups/Groups/docs/v1.0/Unpublish-MgGroupSiteContentType.md index 64eccc34eb8..10feaf8e715 100644 --- a/src/Groups/Groups/docs/v1.0/Unpublish-MgGroupSiteContentType.md +++ b/src/Groups/Groups/docs/v1.0/Unpublish-MgGroupSiteContentType.md @@ -175,6 +175,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -200,6 +202,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Unpublish-MgGroupSiteListContentType.md b/src/Groups/Groups/docs/v1.0/Unpublish-MgGroupSiteListContentType.md index 1a9751764f3..d845790653b 100644 --- a/src/Groups/Groups/docs/v1.0/Unpublish-MgGroupSiteListContentType.md +++ b/src/Groups/Groups/docs/v1.0/Unpublish-MgGroupSiteListContentType.md @@ -190,6 +190,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -215,6 +217,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroup.md b/src/Groups/Groups/docs/v1.0/Update-MgGroup.md index bd24a075747..324a6874b80 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroup.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroup.md @@ -182,7 +182,6 @@ Accept wildcard characters: False ### -AssignedLabels The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. -Read-only. To construct, please use Get-Help -Online and see NOTES section for ASSIGNEDLABELS properties and create a hash table. ```yaml @@ -1451,7 +1450,7 @@ APPROLEASSIGNMENTS : Represents the app role - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). -ASSIGNEDLABELS : The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. +ASSIGNEDLABELS : The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -1477,7 +1476,7 @@ BODYPARAMETER : group - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -1788,7 +1787,7 @@ BODYPARAMETER : group - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -2364,7 +2363,7 @@ BODYPARAMETER : group - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2894,7 +2893,7 @@ BODYPARAMETER : group - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -3741,7 +3740,7 @@ BODYPARAMETER : group - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4519,7 +4518,7 @@ DRIVE : drive - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -5251,7 +5250,7 @@ DRIVE : drive - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -5781,7 +5780,7 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -5982,7 +5981,7 @@ DRIVE : drive - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -6109,7 +6108,7 @@ DRIVE : drive - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -7088,7 +7087,7 @@ DRIVES : The group's drives. Read-only. - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -7820,7 +7819,7 @@ DRIVES : The group's drives. Read-only. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -8350,7 +8349,7 @@ DRIVES : The group's drives. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -8551,7 +8550,7 @@ DRIVES : The group's drives. Read-only. - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -8678,7 +8677,7 @@ DRIVES : The group's drives. Read-only. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9722,6 +9721,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -9747,6 +9748,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart LICENSEPROCESSINGSTATE : licenseProcessingState - `[(Any) ]`: This indicates any property can be added to this object. @@ -9788,7 +9790,7 @@ ONENOTE : onenote - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -9920,7 +9922,7 @@ PLANNER : plannerGroup - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. @@ -10129,7 +10131,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -10860,7 +10862,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11483,7 +11485,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -11587,7 +11589,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11699,7 +11701,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -12709,7 +12711,7 @@ TEAM : team - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -13475,7 +13477,7 @@ TEAM : team - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -13570,7 +13572,7 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -14248,7 +14250,7 @@ TEAM : team - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -14861,7 +14863,7 @@ TEAM : team - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThread.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThread.md index 5ffebcb0b3c..ed48746c946 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThread.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThread.md @@ -444,6 +444,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -469,6 +471,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POSTS : . - `[Categories ]`: The categories associated with the item diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostExtension.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostExtension.md index a3dedffbe6e..c91bc4ba353 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostExtension.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostExtension.md @@ -267,6 +267,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -292,6 +294,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostInReplyToExtension.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostInReplyToExtension.md index 624648cf737..fdb4616f9d2 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostInReplyToExtension.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostInReplyToExtension.md @@ -267,6 +267,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -292,6 +294,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md index a9da5fdc7e2..6c7d524d8b3 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty.md @@ -292,6 +292,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -317,6 +319,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md index 4d8acdddc9e..db368943783 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty.md @@ -293,6 +293,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -318,6 +320,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostMultiValueExtendedProperty.md index 14154ee73b6..3abc4496b53 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostMultiValueExtendedProperty.md @@ -292,6 +292,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -317,6 +319,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostSingleValueExtendedProperty.md index 9816bb68513..ed62a50d1b4 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupConversationThreadPostSingleValueExtendedProperty.md @@ -293,6 +293,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -318,6 +320,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupExtension.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupExtension.md index 41f1b436c36..d54e3fd67db 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupExtension.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupExtension.md @@ -220,6 +220,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -245,6 +247,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupLifecyclePolicy.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupLifecyclePolicy.md index db20f8f9a9f..c5b01f5b5fa 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupLifecyclePolicy.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupLifecyclePolicy.md @@ -277,6 +277,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -302,6 +304,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupOnenotePageContent.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupOnenotePageContent.md index 53e899ad550..a9094c22085 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupOnenotePageContent.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupOnenotePageContent.md @@ -239,6 +239,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -264,6 +266,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupPermissionGrant.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupPermissionGrant.md index bf153bba137..3c3022f8823 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupPermissionGrant.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupPermissionGrant.md @@ -334,6 +334,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -359,6 +361,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupPhoto.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupPhoto.md index a81b09ea78f..2c038474387 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupPhoto.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupPhoto.md @@ -244,6 +244,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -269,6 +271,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupThread.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupThread.md index 19f3e2cfabc..8aff4941473 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupThread.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupThread.md @@ -445,6 +445,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -470,6 +472,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart POSTS : . - `[Categories ]`: The categories associated with the item diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostExtension.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostExtension.md index d9a7f4d45e8..71f4dda9ff9 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostExtension.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostExtension.md @@ -272,6 +272,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -297,6 +299,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostInReplyToExtension.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostInReplyToExtension.md index be0d9f065dc..07d3744866a 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostInReplyToExtension.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostInReplyToExtension.md @@ -252,6 +252,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -277,6 +279,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md index 42e325723d2..74273decc13 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty.md @@ -276,6 +276,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -301,6 +303,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md index c51e80a80db..bc9bb94dce0 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty.md @@ -276,6 +276,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -301,6 +303,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostMultiValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostMultiValueExtendedProperty.md index 114020f79c2..f3078799753 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostMultiValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostMultiValueExtendedProperty.md @@ -276,6 +276,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -301,6 +303,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostSingleValueExtendedProperty.md b/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostSingleValueExtendedProperty.md index b57ff5fdf53..3373f82f733 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostSingleValueExtendedProperty.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroupThreadPostSingleValueExtendedProperty.md @@ -276,6 +276,8 @@ INPUTOBJECT : Identity Parameter - `[ExtensionId ]`: key: id of extension - `[GroupId ]`: key: id of group - `[GroupLifecyclePolicyId ]`: key: id of groupLifecyclePolicy + - `[HorizontalSectionColumnId ]`: key: id of horizontalSectionColumn + - `[HorizontalSectionId ]`: key: id of horizontalSection - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} - `[Interval ]`: Usage: interval='{interval}' - `[ListId ]`: key: id of list @@ -301,6 +303,7 @@ INPUTOBJECT : Identity Parameter - `[Token ]`: Usage: token='{token}' - `[User ]`: Usage: User='{User}' - `[UserId ]`: key: id of user + - `[WebPartId ]`: key: id of webPart ## RELATED LINKS diff --git a/src/Identity.Governance/Identity.Governance/examples/v1.0/New-MgEntitlementManagementAccessPackageAssignmentPolicy.md b/src/Groups/Groups/examples/v1.0-beta/Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md similarity index 100% rename from src/Identity.Governance/Identity.Governance/examples/v1.0/New-MgEntitlementManagementAccessPackageAssignmentPolicy.md rename to src/Groups/Groups/examples/v1.0-beta/Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md diff --git a/src/Identity.Governance/Identity.Governance/examples/v1.0/Remove-MgEntitlementManagementAccessPackageAssignmentPolicy.md b/src/Groups/Groups/examples/v1.0-beta/Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md similarity index 100% rename from src/Identity.Governance/Identity.Governance/examples/v1.0/Remove-MgEntitlementManagementAccessPackageAssignmentPolicy.md rename to src/Groups/Groups/examples/v1.0-beta/Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md diff --git a/src/Identity.SignIns/Identity.SignIns/examples/v1.0/New-MgUserAuthenticationFido2Method.md b/src/Groups/Groups/examples/v1.0-beta/Get-MgGroupSitePageWebPartByPosition.md similarity index 100% rename from src/Identity.SignIns/Identity.SignIns/examples/v1.0/New-MgUserAuthenticationFido2Method.md rename to src/Groups/Groups/examples/v1.0-beta/Get-MgGroupSitePageWebPartByPosition.md diff --git a/src/Identity.SignIns/Identity.SignIns/examples/v1.0/New-MgUserAuthenticationMicrosoftAuthenticatorMethod.md b/src/Groups/Groups/examples/v1.0-beta/Get-MgGroupSitePageWebPartPositionOfWebPart.md similarity index 100% rename from src/Identity.SignIns/Identity.SignIns/examples/v1.0/New-MgUserAuthenticationMicrosoftAuthenticatorMethod.md rename to src/Groups/Groups/examples/v1.0-beta/Get-MgGroupSitePageWebPartPositionOfWebPart.md diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDirectoryOnPremisSynchronization.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDirectoryOnPremisSynchronization.md index 96a855f7429..987d13df31e 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDirectoryOnPremisSynchronization.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDirectoryOnPremisSynchronization.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgDirectoryOnPremisSynchronization ## SYNOPSIS -Get onPremisesSynchronization from directory +A container for on-premises directory synchronization functionalities that are available for the organization. ## SYNTAX @@ -32,7 +32,7 @@ Get-MgDirectoryOnPremisSynchronization -InputObject ] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [-All] [-CountVariable ] - [-PageSize ] [] +Get-MgDirectorySetting [-ExpandProperty ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] ``` ### Get @@ -117,21 +116,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Filter -Filter items by property values - -```yaml -Type: System.String -Parameter Sets: List -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -InputObject Identity Parameter To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgOrganizationBrandingCustomCss.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgOrganizationBrandingCustomCss.md index 477904f0b05..ad634089daf 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgOrganizationBrandingCustomCss.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgOrganizationBrandingCustomCss.md @@ -8,7 +8,8 @@ schema: 2.0.0 # Get-MgOrganizationBrandingCustomCss ## SYNOPSIS -Get customCSS for the navigation property branding from organization +CSS styling that appears on the sign-in page. +The allowed format is .css format only and not larger than 25 KB. ## SYNTAX @@ -25,7 +26,8 @@ Get-MgOrganizationBrandingCustomCss -InputObject : onPremisesDir - `[(Any) ]`: This indicates any property can be added to this object. - `[AccidentalDeletionPrevention ]`: onPremisesAccidentalDeletionPrevention - `[(Any) ]`: This indicates any property can be added to this object. - - `[AlertThreshold ]`: + - `[AlertThreshold ]`: Threshold value which triggers accidental deletion prevention. The threshold is either an absolute number of objects or a percentage number of objects. - `[SynchronizationPreventionType ]`: onPremisesDirectorySynchronizationDeletionPreventionType - - `[CustomerRequestedSynchronizationInterval ]`: - - `[SynchronizationInterval ]`: + - `[CustomerRequestedSynchronizationInterval ]`: Interval of time that the customer requested the sync client waits between sync cycles. + - `[SynchronizationInterval ]`: Interval of time the sync client should honor between sync cycles - `[Features ]`: onPremisesDirectorySynchronizationFeature - `[(Any) ]`: This indicates any property can be added to this object. - - `[BlockCloudObjectTakeoverThroughHardMatchEnabled ]`: - - `[BlockSoftMatchEnabled ]`: - - `[BypassDirSyncOverridesEnabled ]`: - - `[CloudPasswordPolicyForPasswordSyncedUsersEnabled ]`: - - `[ConcurrentCredentialUpdateEnabled ]`: - - `[ConcurrentOrgIdProvisioningEnabled ]`: - - `[DeviceWritebackEnabled ]`: - - `[DirectoryExtensionsEnabled ]`: - - `[FopeConflictResolutionEnabled ]`: - - `[GroupWriteBackEnabled ]`: - - `[PasswordSyncEnabled ]`: - - `[PasswordWritebackEnabled ]`: - - `[QuarantineUponProxyAddressesConflictEnabled ]`: - - `[QuarantineUponUpnConflictEnabled ]`: - - `[SoftMatchOnUpnEnabled ]`: - - `[SynchronizeUpnForManagedUsersEnabled ]`: - - `[UnifiedGroupWritebackEnabled ]`: - - `[UserForcePasswordChangeOnLogonEnabled ]`: - - `[UserWritebackEnabled ]`: + - `[BlockCloudObjectTakeoverThroughHardMatchEnabled ]`: Used to block cloud object takeover via source anchor hard match if enabled. + - `[BlockSoftMatchEnabled ]`: Use to block soft match for all objects if enabled for the tenant. Customers are encouraged to enable this feature and keep it enabled until soft matching is required again for their tenancy. This flag should be enabled again after any soft matching has been completed and is no longer needed. + - `[BypassDirSyncOverridesEnabled ]`: When true, persists the values of Mobile and OtherMobile in on-premises AD during sync cycles instead of values of MobilePhone or AlternateMobilePhones in Azure AD. + - `[CloudPasswordPolicyForPasswordSyncedUsersEnabled ]`: Used to indicate that cloud password policy applies to users whose passwords are synchronized from on-premises. + - `[ConcurrentCredentialUpdateEnabled ]`: Used to enable concurrent user credentials update in OrgId. + - `[ConcurrentOrgIdProvisioningEnabled ]`: Used to enable concurrent user creation in OrgId. + - `[DeviceWritebackEnabled ]`: Used to indicate that device write-back is enabled. + - `[DirectoryExtensionsEnabled ]`: Used to indicate that directory extensions are being synced from on-premises AD to Azure AD. + - `[FopeConflictResolutionEnabled ]`: Used to indicate that for a Microsoft Forefront Online Protection for Exchange (FOPE) migrated tenant, the conflicting proxy address should be migrated over. + - `[GroupWriteBackEnabled ]`: Used to enable object-level group writeback feature for additional group types. + - `[PasswordSyncEnabled ]`: Used to indicate on-premise password synchronization is enabled. + - `[PasswordWritebackEnabled ]`: Used to indicate that writeback of password resets from Azure AD to on-premises AD is enabled. + - `[QuarantineUponProxyAddressesConflictEnabled ]`: Used to indicate that we should quarantine objects with conflicting proxy address. + - `[QuarantineUponUpnConflictEnabled ]`: Used to indicate that we should quarantine objects conflicting with duplicate userPrincipalName. + - `[SoftMatchOnUpnEnabled ]`: Used to indicate that we should soft match objects based on userPrincipalName. + - `[SynchronizeUpnForManagedUsersEnabled ]`: Used to indicate that we should synchronize userPrincipalName objects for managed users with licenses. + - `[UnifiedGroupWritebackEnabled ]`: Used to indicate that Microsoft 365 Group write-back is enabled. + - `[UserForcePasswordChangeOnLogonEnabled ]`: Used to indicate that feature to force password change for a user on logon is enabled while synchronizing on-premise credentials. + - `[UserWritebackEnabled ]`: Used to indicate that user writeback is enabled. CONFIGURATION : onPremisesDirectorySynchronizationConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - `[AccidentalDeletionPrevention ]`: onPremisesAccidentalDeletionPrevention - `[(Any) ]`: This indicates any property can be added to this object. - - `[AlertThreshold ]`: + - `[AlertThreshold ]`: Threshold value which triggers accidental deletion prevention. The threshold is either an absolute number of objects or a percentage number of objects. - `[SynchronizationPreventionType ]`: onPremisesDirectorySynchronizationDeletionPreventionType - - `[CustomerRequestedSynchronizationInterval ]`: - - `[SynchronizationInterval ]`: + - `[CustomerRequestedSynchronizationInterval ]`: Interval of time that the customer requested the sync client waits between sync cycles. + - `[SynchronizationInterval ]`: Interval of time the sync client should honor between sync cycles FEATURES : onPremisesDirectorySynchronizationFeature - `[(Any) ]`: This indicates any property can be added to this object. - - `[BlockCloudObjectTakeoverThroughHardMatchEnabled ]`: - - `[BlockSoftMatchEnabled ]`: - - `[BypassDirSyncOverridesEnabled ]`: - - `[CloudPasswordPolicyForPasswordSyncedUsersEnabled ]`: - - `[ConcurrentCredentialUpdateEnabled ]`: - - `[ConcurrentOrgIdProvisioningEnabled ]`: - - `[DeviceWritebackEnabled ]`: - - `[DirectoryExtensionsEnabled ]`: - - `[FopeConflictResolutionEnabled ]`: - - `[GroupWriteBackEnabled ]`: - - `[PasswordSyncEnabled ]`: - - `[PasswordWritebackEnabled ]`: - - `[QuarantineUponProxyAddressesConflictEnabled ]`: - - `[QuarantineUponUpnConflictEnabled ]`: - - `[SoftMatchOnUpnEnabled ]`: - - `[SynchronizeUpnForManagedUsersEnabled ]`: - - `[UnifiedGroupWritebackEnabled ]`: - - `[UserForcePasswordChangeOnLogonEnabled ]`: - - `[UserWritebackEnabled ]`: + - `[BlockCloudObjectTakeoverThroughHardMatchEnabled ]`: Used to block cloud object takeover via source anchor hard match if enabled. + - `[BlockSoftMatchEnabled ]`: Use to block soft match for all objects if enabled for the tenant. Customers are encouraged to enable this feature and keep it enabled until soft matching is required again for their tenancy. This flag should be enabled again after any soft matching has been completed and is no longer needed. + - `[BypassDirSyncOverridesEnabled ]`: When true, persists the values of Mobile and OtherMobile in on-premises AD during sync cycles instead of values of MobilePhone or AlternateMobilePhones in Azure AD. + - `[CloudPasswordPolicyForPasswordSyncedUsersEnabled ]`: Used to indicate that cloud password policy applies to users whose passwords are synchronized from on-premises. + - `[ConcurrentCredentialUpdateEnabled ]`: Used to enable concurrent user credentials update in OrgId. + - `[ConcurrentOrgIdProvisioningEnabled ]`: Used to enable concurrent user creation in OrgId. + - `[DeviceWritebackEnabled ]`: Used to indicate that device write-back is enabled. + - `[DirectoryExtensionsEnabled ]`: Used to indicate that directory extensions are being synced from on-premises AD to Azure AD. + - `[FopeConflictResolutionEnabled ]`: Used to indicate that for a Microsoft Forefront Online Protection for Exchange (FOPE) migrated tenant, the conflicting proxy address should be migrated over. + - `[GroupWriteBackEnabled ]`: Used to enable object-level group writeback feature for additional group types. + - `[PasswordSyncEnabled ]`: Used to indicate on-premise password synchronization is enabled. + - `[PasswordWritebackEnabled ]`: Used to indicate that writeback of password resets from Azure AD to on-premises AD is enabled. + - `[QuarantineUponProxyAddressesConflictEnabled ]`: Used to indicate that we should quarantine objects with conflicting proxy address. + - `[QuarantineUponUpnConflictEnabled ]`: Used to indicate that we should quarantine objects conflicting with duplicate userPrincipalName. + - `[SoftMatchOnUpnEnabled ]`: Used to indicate that we should soft match objects based on userPrincipalName. + - `[SynchronizeUpnForManagedUsersEnabled ]`: Used to indicate that we should synchronize userPrincipalName objects for managed users with licenses. + - `[UnifiedGroupWritebackEnabled ]`: Used to indicate that Microsoft 365 Group write-back is enabled. + - `[UserForcePasswordChangeOnLogonEnabled ]`: Used to indicate that feature to force password change for a user on logon is enabled while synchronizing on-premise credentials. + - `[UserWritebackEnabled ]`: Used to indicate that user writeback is enabled. ## RELATED LINKS diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgOrganization.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgOrganization.md index 5f3bd4e1ac2..9d682eeb156 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgOrganization.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgOrganization.md @@ -643,8 +643,8 @@ BODYPARAMETER : organization - `[CustomAccountResetCredentialsUrl ]`: A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. - `[CustomCannotAccessYourAccountText ]`: A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters. - `[CustomCannotAccessYourAccountUrl ]`: A custom URL to replace the default URL of the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead. - - `[CustomCss ]`: - - `[CustomCssRelativeUrl ]`: + - `[CustomCss ]`: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. + - `[CustomCssRelativeUrl ]`: A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[CustomForgotMyPasswordText ]`: A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesText ]`: A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesUrl ]`: A custom URL to replace the default URL of the 'Privacy and Cookies' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. @@ -654,12 +654,12 @@ BODYPARAMETER : organization - `[Favicon ]`: A custom icon (favicon) to replace a default Microsoft product favicon on an Azure AD tenant. - `[FaviconRelativeUrl ]`: A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[HeaderBackgroundColor ]`: The RGB color to apply to customize the color of the header. - - `[HeaderLogo ]`: - - `[HeaderLogoRelativeUrl ]`: + - `[HeaderLogo ]`: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + - `[HeaderLogoRelativeUrl ]`: A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. - `[LoginPageLayoutConfiguration ]`: loginPageLayoutConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - - `[IsFooterShown ]`: - - `[IsHeaderShown ]`: + - `[IsFooterShown ]`: Option to show the footer on the sign-in page. + - `[IsHeaderShown ]`: Option to show the header on the sign-in page. - `[LayoutTemplateType ]`: layoutTemplateType - `[LoginPageTextVisibilitySettings ]`: loginPageTextVisibilitySettings - `[(Any) ]`: This indicates any property can be added to this object. @@ -686,8 +686,8 @@ BODYPARAMETER : organization - `[CustomAccountResetCredentialsUrl ]`: A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. - `[CustomCannotAccessYourAccountText ]`: A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters. - `[CustomCannotAccessYourAccountUrl ]`: A custom URL to replace the default URL of the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead. - - `[CustomCss ]`: - - `[CustomCssRelativeUrl ]`: + - `[CustomCss ]`: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. + - `[CustomCssRelativeUrl ]`: A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[CustomForgotMyPasswordText ]`: A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesText ]`: A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesUrl ]`: A custom URL to replace the default URL of the 'Privacy and Cookies' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. @@ -697,8 +697,8 @@ BODYPARAMETER : organization - `[Favicon ]`: A custom icon (favicon) to replace a default Microsoft product favicon on an Azure AD tenant. - `[FaviconRelativeUrl ]`: A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[HeaderBackgroundColor ]`: The RGB color to apply to customize the color of the header. - - `[HeaderLogo ]`: - - `[HeaderLogoRelativeUrl ]`: + - `[HeaderLogo ]`: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + - `[HeaderLogoRelativeUrl ]`: A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. - `[LoginPageLayoutConfiguration ]`: loginPageLayoutConfiguration - `[LoginPageTextVisibilitySettings ]`: loginPageTextVisibilitySettings - `[SignInPageText ]`: Text that appears at the bottom of the sign-in box. Use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be in Unicode format and not exceed 1024 characters. @@ -799,8 +799,8 @@ BRANDING : organizationalBranding - `[CustomAccountResetCredentialsUrl ]`: A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. - `[CustomCannotAccessYourAccountText ]`: A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters. - `[CustomCannotAccessYourAccountUrl ]`: A custom URL to replace the default URL of the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead. - - `[CustomCss ]`: - - `[CustomCssRelativeUrl ]`: + - `[CustomCss ]`: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. + - `[CustomCssRelativeUrl ]`: A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[CustomForgotMyPasswordText ]`: A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesText ]`: A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesUrl ]`: A custom URL to replace the default URL of the 'Privacy and Cookies' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. @@ -810,12 +810,12 @@ BRANDING : organizationalBranding - `[Favicon ]`: A custom icon (favicon) to replace a default Microsoft product favicon on an Azure AD tenant. - `[FaviconRelativeUrl ]`: A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[HeaderBackgroundColor ]`: The RGB color to apply to customize the color of the header. - - `[HeaderLogo ]`: - - `[HeaderLogoRelativeUrl ]`: + - `[HeaderLogo ]`: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + - `[HeaderLogoRelativeUrl ]`: A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. - `[LoginPageLayoutConfiguration ]`: loginPageLayoutConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - - `[IsFooterShown ]`: - - `[IsHeaderShown ]`: + - `[IsFooterShown ]`: Option to show the footer on the sign-in page. + - `[IsHeaderShown ]`: Option to show the header on the sign-in page. - `[LayoutTemplateType ]`: layoutTemplateType - `[LoginPageTextVisibilitySettings ]`: loginPageTextVisibilitySettings - `[(Any) ]`: This indicates any property can be added to this object. @@ -842,8 +842,8 @@ BRANDING : organizationalBranding - `[CustomAccountResetCredentialsUrl ]`: A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. - `[CustomCannotAccessYourAccountText ]`: A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters. - `[CustomCannotAccessYourAccountUrl ]`: A custom URL to replace the default URL of the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead. - - `[CustomCss ]`: - - `[CustomCssRelativeUrl ]`: + - `[CustomCss ]`: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. + - `[CustomCssRelativeUrl ]`: A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[CustomForgotMyPasswordText ]`: A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesText ]`: A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesUrl ]`: A custom URL to replace the default URL of the 'Privacy and Cookies' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. @@ -853,8 +853,8 @@ BRANDING : organizationalBranding - `[Favicon ]`: A custom icon (favicon) to replace a default Microsoft product favicon on an Azure AD tenant. - `[FaviconRelativeUrl ]`: A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[HeaderBackgroundColor ]`: The RGB color to apply to customize the color of the header. - - `[HeaderLogo ]`: - - `[HeaderLogoRelativeUrl ]`: + - `[HeaderLogo ]`: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + - `[HeaderLogoRelativeUrl ]`: A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. - `[LoginPageLayoutConfiguration ]`: loginPageLayoutConfiguration - `[LoginPageTextVisibilitySettings ]`: loginPageTextVisibilitySettings - `[SignInPageText ]`: Text that appears at the bottom of the sign-in box. Use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be in Unicode format and not exceed 1024 characters. diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgOrganizationBrandingLocalization.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgOrganizationBrandingLocalization.md index 0e6511ef9d7..8141ca3b1ae 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgOrganizationBrandingLocalization.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgOrganizationBrandingLocalization.md @@ -271,7 +271,8 @@ Accept wildcard characters: False ``` ### -CustomCssInputFile -Input File for CustomCss (.) +Input File for CustomCss (CSS styling that appears on the sign-in page. +The allowed format is .css format only and not larger than 25 KB.) ```yaml Type: System.String @@ -286,7 +287,8 @@ Accept wildcard characters: False ``` ### -CustomCssRelativeUrl -. +A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. +Read-only. ```yaml Type: System.String @@ -444,7 +446,9 @@ Accept wildcard characters: False ``` ### -HeaderLogoInputFile -Input File for HeaderLogo (.) +Input File for HeaderLogo (A company logo that appears in the header of the sign-in page. +The allowed types are PNG or JPEG not larger than 36 × 245 pixels. +We recommend using a transparent image with no padding around the logo.) ```yaml Type: System.String @@ -459,7 +463,8 @@ Accept wildcard characters: False ``` ### -HeaderLogoRelativeUrl -. +A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. +Read-only. ```yaml Type: System.String @@ -742,8 +747,8 @@ INPUTOBJECT : Identity Parameter LOGINPAGELAYOUTCONFIGURATION : loginPageLayoutConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - - `[IsFooterShown ]`: - - `[IsHeaderShown ]`: + - `[IsFooterShown ]`: Option to show the footer on the sign-in page. + - `[IsHeaderShown ]`: Option to show the header on the sign-in page. - `[LayoutTemplateType ]`: layoutTemplateType LOGINPAGETEXTVISIBILITYSETTINGS : loginPageTextVisibilitySettings diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Set-MgOrganizationBrandingCustomCss.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Set-MgOrganizationBrandingCustomCss.md index 2c33a171416..4a8045e71e0 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Set-MgOrganizationBrandingCustomCss.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Set-MgOrganizationBrandingCustomCss.md @@ -8,7 +8,8 @@ schema: 2.0.0 # Set-MgOrganizationBrandingCustomCss ## SYNOPSIS -Update customCSS for the navigation property branding in organization +CSS styling that appears on the sign-in page. +The allowed format is .css format only and not larger than 25 KB. ## SYNTAX @@ -25,7 +26,8 @@ Set-MgOrganizationBrandingCustomCss -InputObject : directory - `[HomeTenantId ]`: - `[UserId ]`: - `[UserPrincipalName ]`: - - `[OnPremisesSynchronization ]`: + - `[OnPremisesSynchronization ]`: A container for on-premises directory synchronization functionalities that are available for the organization. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Configuration ]`: onPremisesDirectorySynchronizationConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - `[AccidentalDeletionPrevention ]`: onPremisesAccidentalDeletionPrevention - `[(Any) ]`: This indicates any property can be added to this object. - - `[AlertThreshold ]`: + - `[AlertThreshold ]`: Threshold value which triggers accidental deletion prevention. The threshold is either an absolute number of objects or a percentage number of objects. - `[SynchronizationPreventionType ]`: onPremisesDirectorySynchronizationDeletionPreventionType - - `[CustomerRequestedSynchronizationInterval ]`: - - `[SynchronizationInterval ]`: + - `[CustomerRequestedSynchronizationInterval ]`: Interval of time that the customer requested the sync client waits between sync cycles. + - `[SynchronizationInterval ]`: Interval of time the sync client should honor between sync cycles - `[Features ]`: onPremisesDirectorySynchronizationFeature - `[(Any) ]`: This indicates any property can be added to this object. - - `[BlockCloudObjectTakeoverThroughHardMatchEnabled ]`: - - `[BlockSoftMatchEnabled ]`: - - `[BypassDirSyncOverridesEnabled ]`: - - `[CloudPasswordPolicyForPasswordSyncedUsersEnabled ]`: - - `[ConcurrentCredentialUpdateEnabled ]`: - - `[ConcurrentOrgIdProvisioningEnabled ]`: - - `[DeviceWritebackEnabled ]`: - - `[DirectoryExtensionsEnabled ]`: - - `[FopeConflictResolutionEnabled ]`: - - `[GroupWriteBackEnabled ]`: - - `[PasswordSyncEnabled ]`: - - `[PasswordWritebackEnabled ]`: - - `[QuarantineUponProxyAddressesConflictEnabled ]`: - - `[QuarantineUponUpnConflictEnabled ]`: - - `[SoftMatchOnUpnEnabled ]`: - - `[SynchronizeUpnForManagedUsersEnabled ]`: - - `[UnifiedGroupWritebackEnabled ]`: - - `[UserForcePasswordChangeOnLogonEnabled ]`: - - `[UserWritebackEnabled ]`: + - `[BlockCloudObjectTakeoverThroughHardMatchEnabled ]`: Used to block cloud object takeover via source anchor hard match if enabled. + - `[BlockSoftMatchEnabled ]`: Use to block soft match for all objects if enabled for the tenant. Customers are encouraged to enable this feature and keep it enabled until soft matching is required again for their tenancy. This flag should be enabled again after any soft matching has been completed and is no longer needed. + - `[BypassDirSyncOverridesEnabled ]`: When true, persists the values of Mobile and OtherMobile in on-premises AD during sync cycles instead of values of MobilePhone or AlternateMobilePhones in Azure AD. + - `[CloudPasswordPolicyForPasswordSyncedUsersEnabled ]`: Used to indicate that cloud password policy applies to users whose passwords are synchronized from on-premises. + - `[ConcurrentCredentialUpdateEnabled ]`: Used to enable concurrent user credentials update in OrgId. + - `[ConcurrentOrgIdProvisioningEnabled ]`: Used to enable concurrent user creation in OrgId. + - `[DeviceWritebackEnabled ]`: Used to indicate that device write-back is enabled. + - `[DirectoryExtensionsEnabled ]`: Used to indicate that directory extensions are being synced from on-premises AD to Azure AD. + - `[FopeConflictResolutionEnabled ]`: Used to indicate that for a Microsoft Forefront Online Protection for Exchange (FOPE) migrated tenant, the conflicting proxy address should be migrated over. + - `[GroupWriteBackEnabled ]`: Used to enable object-level group writeback feature for additional group types. + - `[PasswordSyncEnabled ]`: Used to indicate on-premise password synchronization is enabled. + - `[PasswordWritebackEnabled ]`: Used to indicate that writeback of password resets from Azure AD to on-premises AD is enabled. + - `[QuarantineUponProxyAddressesConflictEnabled ]`: Used to indicate that we should quarantine objects with conflicting proxy address. + - `[QuarantineUponUpnConflictEnabled ]`: Used to indicate that we should quarantine objects conflicting with duplicate userPrincipalName. + - `[SoftMatchOnUpnEnabled ]`: Used to indicate that we should soft match objects based on userPrincipalName. + - `[SynchronizeUpnForManagedUsersEnabled ]`: Used to indicate that we should synchronize userPrincipalName objects for managed users with licenses. + - `[UnifiedGroupWritebackEnabled ]`: Used to indicate that Microsoft 365 Group write-back is enabled. + - `[UserForcePasswordChangeOnLogonEnabled ]`: Used to indicate that feature to force password change for a user on logon is enabled while synchronizing on-premise credentials. + - `[UserWritebackEnabled ]`: Used to indicate that user writeback is enabled. - `[OutboundSharedUserProfiles ]`: - `[Tenants ]`: - `[TenantId ]`: @@ -563,37 +563,37 @@ INBOUNDSHAREDUSERPROFILES : . - `[UserId ]`: - `[UserPrincipalName ]`: -ONPREMISESSYNCHRONIZATION : . +ONPREMISESSYNCHRONIZATION : A container for on-premises directory synchronization functionalities that are available for the organization. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Configuration ]`: onPremisesDirectorySynchronizationConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - `[AccidentalDeletionPrevention ]`: onPremisesAccidentalDeletionPrevention - `[(Any) ]`: This indicates any property can be added to this object. - - `[AlertThreshold ]`: + - `[AlertThreshold ]`: Threshold value which triggers accidental deletion prevention. The threshold is either an absolute number of objects or a percentage number of objects. - `[SynchronizationPreventionType ]`: onPremisesDirectorySynchronizationDeletionPreventionType - - `[CustomerRequestedSynchronizationInterval ]`: - - `[SynchronizationInterval ]`: + - `[CustomerRequestedSynchronizationInterval ]`: Interval of time that the customer requested the sync client waits between sync cycles. + - `[SynchronizationInterval ]`: Interval of time the sync client should honor between sync cycles - `[Features ]`: onPremisesDirectorySynchronizationFeature - `[(Any) ]`: This indicates any property can be added to this object. - - `[BlockCloudObjectTakeoverThroughHardMatchEnabled ]`: - - `[BlockSoftMatchEnabled ]`: - - `[BypassDirSyncOverridesEnabled ]`: - - `[CloudPasswordPolicyForPasswordSyncedUsersEnabled ]`: - - `[ConcurrentCredentialUpdateEnabled ]`: - - `[ConcurrentOrgIdProvisioningEnabled ]`: - - `[DeviceWritebackEnabled ]`: - - `[DirectoryExtensionsEnabled ]`: - - `[FopeConflictResolutionEnabled ]`: - - `[GroupWriteBackEnabled ]`: - - `[PasswordSyncEnabled ]`: - - `[PasswordWritebackEnabled ]`: - - `[QuarantineUponProxyAddressesConflictEnabled ]`: - - `[QuarantineUponUpnConflictEnabled ]`: - - `[SoftMatchOnUpnEnabled ]`: - - `[SynchronizeUpnForManagedUsersEnabled ]`: - - `[UnifiedGroupWritebackEnabled ]`: - - `[UserForcePasswordChangeOnLogonEnabled ]`: - - `[UserWritebackEnabled ]`: + - `[BlockCloudObjectTakeoverThroughHardMatchEnabled ]`: Used to block cloud object takeover via source anchor hard match if enabled. + - `[BlockSoftMatchEnabled ]`: Use to block soft match for all objects if enabled for the tenant. Customers are encouraged to enable this feature and keep it enabled until soft matching is required again for their tenancy. This flag should be enabled again after any soft matching has been completed and is no longer needed. + - `[BypassDirSyncOverridesEnabled ]`: When true, persists the values of Mobile and OtherMobile in on-premises AD during sync cycles instead of values of MobilePhone or AlternateMobilePhones in Azure AD. + - `[CloudPasswordPolicyForPasswordSyncedUsersEnabled ]`: Used to indicate that cloud password policy applies to users whose passwords are synchronized from on-premises. + - `[ConcurrentCredentialUpdateEnabled ]`: Used to enable concurrent user credentials update in OrgId. + - `[ConcurrentOrgIdProvisioningEnabled ]`: Used to enable concurrent user creation in OrgId. + - `[DeviceWritebackEnabled ]`: Used to indicate that device write-back is enabled. + - `[DirectoryExtensionsEnabled ]`: Used to indicate that directory extensions are being synced from on-premises AD to Azure AD. + - `[FopeConflictResolutionEnabled ]`: Used to indicate that for a Microsoft Forefront Online Protection for Exchange (FOPE) migrated tenant, the conflicting proxy address should be migrated over. + - `[GroupWriteBackEnabled ]`: Used to enable object-level group writeback feature for additional group types. + - `[PasswordSyncEnabled ]`: Used to indicate on-premise password synchronization is enabled. + - `[PasswordWritebackEnabled ]`: Used to indicate that writeback of password resets from Azure AD to on-premises AD is enabled. + - `[QuarantineUponProxyAddressesConflictEnabled ]`: Used to indicate that we should quarantine objects with conflicting proxy address. + - `[QuarantineUponUpnConflictEnabled ]`: Used to indicate that we should quarantine objects conflicting with duplicate userPrincipalName. + - `[SoftMatchOnUpnEnabled ]`: Used to indicate that we should soft match objects based on userPrincipalName. + - `[SynchronizeUpnForManagedUsersEnabled ]`: Used to indicate that we should synchronize userPrincipalName objects for managed users with licenses. + - `[UnifiedGroupWritebackEnabled ]`: Used to indicate that Microsoft 365 Group write-back is enabled. + - `[UserForcePasswordChangeOnLogonEnabled ]`: Used to indicate that feature to force password change for a user on logon is enabled while synchronizing on-premise credentials. + - `[UserWritebackEnabled ]`: Used to indicate that user writeback is enabled. OUTBOUNDSHAREDUSERPROFILES : . - `[Tenants ]`: diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectoryOnPremisSynchronization.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectoryOnPremisSynchronization.md index 8213e3f1227..605c09c744e 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectoryOnPremisSynchronization.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectoryOnPremisSynchronization.md @@ -236,62 +236,62 @@ BODYPARAMETER : onPremisesDir - `[(Any) ]`: This indicates any property can be added to this object. - `[AccidentalDeletionPrevention ]`: onPremisesAccidentalDeletionPrevention - `[(Any) ]`: This indicates any property can be added to this object. - - `[AlertThreshold ]`: + - `[AlertThreshold ]`: Threshold value which triggers accidental deletion prevention. The threshold is either an absolute number of objects or a percentage number of objects. - `[SynchronizationPreventionType ]`: onPremisesDirectorySynchronizationDeletionPreventionType - - `[CustomerRequestedSynchronizationInterval ]`: - - `[SynchronizationInterval ]`: + - `[CustomerRequestedSynchronizationInterval ]`: Interval of time that the customer requested the sync client waits between sync cycles. + - `[SynchronizationInterval ]`: Interval of time the sync client should honor between sync cycles - `[Features ]`: onPremisesDirectorySynchronizationFeature - `[(Any) ]`: This indicates any property can be added to this object. - - `[BlockCloudObjectTakeoverThroughHardMatchEnabled ]`: - - `[BlockSoftMatchEnabled ]`: - - `[BypassDirSyncOverridesEnabled ]`: - - `[CloudPasswordPolicyForPasswordSyncedUsersEnabled ]`: - - `[ConcurrentCredentialUpdateEnabled ]`: - - `[ConcurrentOrgIdProvisioningEnabled ]`: - - `[DeviceWritebackEnabled ]`: - - `[DirectoryExtensionsEnabled ]`: - - `[FopeConflictResolutionEnabled ]`: - - `[GroupWriteBackEnabled ]`: - - `[PasswordSyncEnabled ]`: - - `[PasswordWritebackEnabled ]`: - - `[QuarantineUponProxyAddressesConflictEnabled ]`: - - `[QuarantineUponUpnConflictEnabled ]`: - - `[SoftMatchOnUpnEnabled ]`: - - `[SynchronizeUpnForManagedUsersEnabled ]`: - - `[UnifiedGroupWritebackEnabled ]`: - - `[UserForcePasswordChangeOnLogonEnabled ]`: - - `[UserWritebackEnabled ]`: + - `[BlockCloudObjectTakeoverThroughHardMatchEnabled ]`: Used to block cloud object takeover via source anchor hard match if enabled. + - `[BlockSoftMatchEnabled ]`: Use to block soft match for all objects if enabled for the tenant. Customers are encouraged to enable this feature and keep it enabled until soft matching is required again for their tenancy. This flag should be enabled again after any soft matching has been completed and is no longer needed. + - `[BypassDirSyncOverridesEnabled ]`: When true, persists the values of Mobile and OtherMobile in on-premises AD during sync cycles instead of values of MobilePhone or AlternateMobilePhones in Azure AD. + - `[CloudPasswordPolicyForPasswordSyncedUsersEnabled ]`: Used to indicate that cloud password policy applies to users whose passwords are synchronized from on-premises. + - `[ConcurrentCredentialUpdateEnabled ]`: Used to enable concurrent user credentials update in OrgId. + - `[ConcurrentOrgIdProvisioningEnabled ]`: Used to enable concurrent user creation in OrgId. + - `[DeviceWritebackEnabled ]`: Used to indicate that device write-back is enabled. + - `[DirectoryExtensionsEnabled ]`: Used to indicate that directory extensions are being synced from on-premises AD to Azure AD. + - `[FopeConflictResolutionEnabled ]`: Used to indicate that for a Microsoft Forefront Online Protection for Exchange (FOPE) migrated tenant, the conflicting proxy address should be migrated over. + - `[GroupWriteBackEnabled ]`: Used to enable object-level group writeback feature for additional group types. + - `[PasswordSyncEnabled ]`: Used to indicate on-premise password synchronization is enabled. + - `[PasswordWritebackEnabled ]`: Used to indicate that writeback of password resets from Azure AD to on-premises AD is enabled. + - `[QuarantineUponProxyAddressesConflictEnabled ]`: Used to indicate that we should quarantine objects with conflicting proxy address. + - `[QuarantineUponUpnConflictEnabled ]`: Used to indicate that we should quarantine objects conflicting with duplicate userPrincipalName. + - `[SoftMatchOnUpnEnabled ]`: Used to indicate that we should soft match objects based on userPrincipalName. + - `[SynchronizeUpnForManagedUsersEnabled ]`: Used to indicate that we should synchronize userPrincipalName objects for managed users with licenses. + - `[UnifiedGroupWritebackEnabled ]`: Used to indicate that Microsoft 365 Group write-back is enabled. + - `[UserForcePasswordChangeOnLogonEnabled ]`: Used to indicate that feature to force password change for a user on logon is enabled while synchronizing on-premise credentials. + - `[UserWritebackEnabled ]`: Used to indicate that user writeback is enabled. CONFIGURATION : onPremisesDirectorySynchronizationConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - `[AccidentalDeletionPrevention ]`: onPremisesAccidentalDeletionPrevention - `[(Any) ]`: This indicates any property can be added to this object. - - `[AlertThreshold ]`: + - `[AlertThreshold ]`: Threshold value which triggers accidental deletion prevention. The threshold is either an absolute number of objects or a percentage number of objects. - `[SynchronizationPreventionType ]`: onPremisesDirectorySynchronizationDeletionPreventionType - - `[CustomerRequestedSynchronizationInterval ]`: - - `[SynchronizationInterval ]`: + - `[CustomerRequestedSynchronizationInterval ]`: Interval of time that the customer requested the sync client waits between sync cycles. + - `[SynchronizationInterval ]`: Interval of time the sync client should honor between sync cycles FEATURES : onPremisesDirectorySynchronizationFeature - `[(Any) ]`: This indicates any property can be added to this object. - - `[BlockCloudObjectTakeoverThroughHardMatchEnabled ]`: - - `[BlockSoftMatchEnabled ]`: - - `[BypassDirSyncOverridesEnabled ]`: - - `[CloudPasswordPolicyForPasswordSyncedUsersEnabled ]`: - - `[ConcurrentCredentialUpdateEnabled ]`: - - `[ConcurrentOrgIdProvisioningEnabled ]`: - - `[DeviceWritebackEnabled ]`: - - `[DirectoryExtensionsEnabled ]`: - - `[FopeConflictResolutionEnabled ]`: - - `[GroupWriteBackEnabled ]`: - - `[PasswordSyncEnabled ]`: - - `[PasswordWritebackEnabled ]`: - - `[QuarantineUponProxyAddressesConflictEnabled ]`: - - `[QuarantineUponUpnConflictEnabled ]`: - - `[SoftMatchOnUpnEnabled ]`: - - `[SynchronizeUpnForManagedUsersEnabled ]`: - - `[UnifiedGroupWritebackEnabled ]`: - - `[UserForcePasswordChangeOnLogonEnabled ]`: - - `[UserWritebackEnabled ]`: + - `[BlockCloudObjectTakeoverThroughHardMatchEnabled ]`: Used to block cloud object takeover via source anchor hard match if enabled. + - `[BlockSoftMatchEnabled ]`: Use to block soft match for all objects if enabled for the tenant. Customers are encouraged to enable this feature and keep it enabled until soft matching is required again for their tenancy. This flag should be enabled again after any soft matching has been completed and is no longer needed. + - `[BypassDirSyncOverridesEnabled ]`: When true, persists the values of Mobile and OtherMobile in on-premises AD during sync cycles instead of values of MobilePhone or AlternateMobilePhones in Azure AD. + - `[CloudPasswordPolicyForPasswordSyncedUsersEnabled ]`: Used to indicate that cloud password policy applies to users whose passwords are synchronized from on-premises. + - `[ConcurrentCredentialUpdateEnabled ]`: Used to enable concurrent user credentials update in OrgId. + - `[ConcurrentOrgIdProvisioningEnabled ]`: Used to enable concurrent user creation in OrgId. + - `[DeviceWritebackEnabled ]`: Used to indicate that device write-back is enabled. + - `[DirectoryExtensionsEnabled ]`: Used to indicate that directory extensions are being synced from on-premises AD to Azure AD. + - `[FopeConflictResolutionEnabled ]`: Used to indicate that for a Microsoft Forefront Online Protection for Exchange (FOPE) migrated tenant, the conflicting proxy address should be migrated over. + - `[GroupWriteBackEnabled ]`: Used to enable object-level group writeback feature for additional group types. + - `[PasswordSyncEnabled ]`: Used to indicate on-premise password synchronization is enabled. + - `[PasswordWritebackEnabled ]`: Used to indicate that writeback of password resets from Azure AD to on-premises AD is enabled. + - `[QuarantineUponProxyAddressesConflictEnabled ]`: Used to indicate that we should quarantine objects with conflicting proxy address. + - `[QuarantineUponUpnConflictEnabled ]`: Used to indicate that we should quarantine objects conflicting with duplicate userPrincipalName. + - `[SoftMatchOnUpnEnabled ]`: Used to indicate that we should soft match objects based on userPrincipalName. + - `[SynchronizeUpnForManagedUsersEnabled ]`: Used to indicate that we should synchronize userPrincipalName objects for managed users with licenses. + - `[UnifiedGroupWritebackEnabled ]`: Used to indicate that Microsoft 365 Group write-back is enabled. + - `[UserForcePasswordChangeOnLogonEnabled ]`: Used to indicate that feature to force password change for a user on logon is enabled while synchronizing on-premise credentials. + - `[UserWritebackEnabled ]`: Used to indicate that user writeback is enabled. INPUTOBJECT : Identity Parameter - `[AdministrativeUnitId ]`: key: id of administrativeUnit diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganization.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganization.md index 715c30bfa1b..697cbe014d3 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganization.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganization.md @@ -750,8 +750,8 @@ BODYPARAMETER : organization - `[CustomAccountResetCredentialsUrl ]`: A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. - `[CustomCannotAccessYourAccountText ]`: A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters. - `[CustomCannotAccessYourAccountUrl ]`: A custom URL to replace the default URL of the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead. - - `[CustomCss ]`: - - `[CustomCssRelativeUrl ]`: + - `[CustomCss ]`: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. + - `[CustomCssRelativeUrl ]`: A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[CustomForgotMyPasswordText ]`: A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesText ]`: A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesUrl ]`: A custom URL to replace the default URL of the 'Privacy and Cookies' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. @@ -761,12 +761,12 @@ BODYPARAMETER : organization - `[Favicon ]`: A custom icon (favicon) to replace a default Microsoft product favicon on an Azure AD tenant. - `[FaviconRelativeUrl ]`: A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[HeaderBackgroundColor ]`: The RGB color to apply to customize the color of the header. - - `[HeaderLogo ]`: - - `[HeaderLogoRelativeUrl ]`: + - `[HeaderLogo ]`: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + - `[HeaderLogoRelativeUrl ]`: A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. - `[LoginPageLayoutConfiguration ]`: loginPageLayoutConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - - `[IsFooterShown ]`: - - `[IsHeaderShown ]`: + - `[IsFooterShown ]`: Option to show the footer on the sign-in page. + - `[IsHeaderShown ]`: Option to show the header on the sign-in page. - `[LayoutTemplateType ]`: layoutTemplateType - `[LoginPageTextVisibilitySettings ]`: loginPageTextVisibilitySettings - `[(Any) ]`: This indicates any property can be added to this object. @@ -793,8 +793,8 @@ BODYPARAMETER : organization - `[CustomAccountResetCredentialsUrl ]`: A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. - `[CustomCannotAccessYourAccountText ]`: A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters. - `[CustomCannotAccessYourAccountUrl ]`: A custom URL to replace the default URL of the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead. - - `[CustomCss ]`: - - `[CustomCssRelativeUrl ]`: + - `[CustomCss ]`: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. + - `[CustomCssRelativeUrl ]`: A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[CustomForgotMyPasswordText ]`: A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesText ]`: A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesUrl ]`: A custom URL to replace the default URL of the 'Privacy and Cookies' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. @@ -804,8 +804,8 @@ BODYPARAMETER : organization - `[Favicon ]`: A custom icon (favicon) to replace a default Microsoft product favicon on an Azure AD tenant. - `[FaviconRelativeUrl ]`: A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[HeaderBackgroundColor ]`: The RGB color to apply to customize the color of the header. - - `[HeaderLogo ]`: - - `[HeaderLogoRelativeUrl ]`: + - `[HeaderLogo ]`: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + - `[HeaderLogoRelativeUrl ]`: A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. - `[LoginPageLayoutConfiguration ]`: loginPageLayoutConfiguration - `[LoginPageTextVisibilitySettings ]`: loginPageTextVisibilitySettings - `[SignInPageText ]`: Text that appears at the bottom of the sign-in box. Use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be in Unicode format and not exceed 1024 characters. @@ -906,8 +906,8 @@ BRANDING : organizationalBranding - `[CustomAccountResetCredentialsUrl ]`: A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. - `[CustomCannotAccessYourAccountText ]`: A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters. - `[CustomCannotAccessYourAccountUrl ]`: A custom URL to replace the default URL of the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead. - - `[CustomCss ]`: - - `[CustomCssRelativeUrl ]`: + - `[CustomCss ]`: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. + - `[CustomCssRelativeUrl ]`: A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[CustomForgotMyPasswordText ]`: A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesText ]`: A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesUrl ]`: A custom URL to replace the default URL of the 'Privacy and Cookies' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. @@ -917,12 +917,12 @@ BRANDING : organizationalBranding - `[Favicon ]`: A custom icon (favicon) to replace a default Microsoft product favicon on an Azure AD tenant. - `[FaviconRelativeUrl ]`: A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[HeaderBackgroundColor ]`: The RGB color to apply to customize the color of the header. - - `[HeaderLogo ]`: - - `[HeaderLogoRelativeUrl ]`: + - `[HeaderLogo ]`: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + - `[HeaderLogoRelativeUrl ]`: A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. - `[LoginPageLayoutConfiguration ]`: loginPageLayoutConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - - `[IsFooterShown ]`: - - `[IsHeaderShown ]`: + - `[IsFooterShown ]`: Option to show the footer on the sign-in page. + - `[IsHeaderShown ]`: Option to show the header on the sign-in page. - `[LayoutTemplateType ]`: layoutTemplateType - `[LoginPageTextVisibilitySettings ]`: loginPageTextVisibilitySettings - `[(Any) ]`: This indicates any property can be added to this object. @@ -949,8 +949,8 @@ BRANDING : organizationalBranding - `[CustomAccountResetCredentialsUrl ]`: A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. - `[CustomCannotAccessYourAccountText ]`: A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters. - `[CustomCannotAccessYourAccountUrl ]`: A custom URL to replace the default URL of the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead. - - `[CustomCss ]`: - - `[CustomCssRelativeUrl ]`: + - `[CustomCss ]`: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. + - `[CustomCssRelativeUrl ]`: A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[CustomForgotMyPasswordText ]`: A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesText ]`: A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesUrl ]`: A custom URL to replace the default URL of the 'Privacy and Cookies' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. @@ -960,8 +960,8 @@ BRANDING : organizationalBranding - `[Favicon ]`: A custom icon (favicon) to replace a default Microsoft product favicon on an Azure AD tenant. - `[FaviconRelativeUrl ]`: A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[HeaderBackgroundColor ]`: The RGB color to apply to customize the color of the header. - - `[HeaderLogo ]`: - - `[HeaderLogoRelativeUrl ]`: + - `[HeaderLogo ]`: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + - `[HeaderLogoRelativeUrl ]`: A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. - `[LoginPageLayoutConfiguration ]`: loginPageLayoutConfiguration - `[LoginPageTextVisibilitySettings ]`: loginPageTextVisibilitySettings - `[SignInPageText ]`: Text that appears at the bottom of the sign-in box. Use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be in Unicode format and not exceed 1024 characters. diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganizationBranding.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganizationBranding.md index 16bce75d528..47a281c7116 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganizationBranding.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganizationBranding.md @@ -265,7 +265,8 @@ Accept wildcard characters: False ``` ### -CustomCssInputFile -Input File for CustomCss (.) +Input File for CustomCss (CSS styling that appears on the sign-in page. +The allowed format is .css format only and not larger than 25 KB.) ```yaml Type: System.String @@ -280,7 +281,8 @@ Accept wildcard characters: False ``` ### -CustomCssRelativeUrl -. +A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. +Read-only. ```yaml Type: System.String @@ -438,7 +440,9 @@ Accept wildcard characters: False ``` ### -HeaderLogoInputFile -Input File for HeaderLogo (.) +Input File for HeaderLogo (A company logo that appears in the header of the sign-in page. +The allowed types are PNG or JPEG not larger than 36 × 245 pixels. +We recommend using a transparent image with no padding around the logo.) ```yaml Type: System.String @@ -453,7 +457,8 @@ Accept wildcard characters: False ``` ### -HeaderLogoRelativeUrl -. +A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. +Read-only. ```yaml Type: System.String @@ -740,8 +745,8 @@ BODYPARAMETER : organizationalBranding - `[CustomAccountResetCredentialsUrl ]`: A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. - `[CustomCannotAccessYourAccountText ]`: A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters. - `[CustomCannotAccessYourAccountUrl ]`: A custom URL to replace the default URL of the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead. - - `[CustomCss ]`: - - `[CustomCssRelativeUrl ]`: + - `[CustomCss ]`: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. + - `[CustomCssRelativeUrl ]`: A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[CustomForgotMyPasswordText ]`: A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesText ]`: A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesUrl ]`: A custom URL to replace the default URL of the 'Privacy and Cookies' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. @@ -751,12 +756,12 @@ BODYPARAMETER : organizationalBranding - `[Favicon ]`: A custom icon (favicon) to replace a default Microsoft product favicon on an Azure AD tenant. - `[FaviconRelativeUrl ]`: A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[HeaderBackgroundColor ]`: The RGB color to apply to customize the color of the header. - - `[HeaderLogo ]`: - - `[HeaderLogoRelativeUrl ]`: + - `[HeaderLogo ]`: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + - `[HeaderLogoRelativeUrl ]`: A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. - `[LoginPageLayoutConfiguration ]`: loginPageLayoutConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - - `[IsFooterShown ]`: - - `[IsHeaderShown ]`: + - `[IsFooterShown ]`: Option to show the footer on the sign-in page. + - `[IsHeaderShown ]`: Option to show the header on the sign-in page. - `[LayoutTemplateType ]`: layoutTemplateType - `[LoginPageTextVisibilitySettings ]`: loginPageTextVisibilitySettings - `[(Any) ]`: This indicates any property can be added to this object. @@ -783,8 +788,8 @@ BODYPARAMETER : organizationalBranding - `[CustomAccountResetCredentialsUrl ]`: A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. - `[CustomCannotAccessYourAccountText ]`: A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters. - `[CustomCannotAccessYourAccountUrl ]`: A custom URL to replace the default URL of the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead. - - `[CustomCss ]`: - - `[CustomCssRelativeUrl ]`: + - `[CustomCss ]`: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. + - `[CustomCssRelativeUrl ]`: A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[CustomForgotMyPasswordText ]`: A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesText ]`: A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesUrl ]`: A custom URL to replace the default URL of the 'Privacy and Cookies' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. @@ -794,8 +799,8 @@ BODYPARAMETER : organizationalBranding - `[Favicon ]`: A custom icon (favicon) to replace a default Microsoft product favicon on an Azure AD tenant. - `[FaviconRelativeUrl ]`: A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[HeaderBackgroundColor ]`: The RGB color to apply to customize the color of the header. - - `[HeaderLogo ]`: - - `[HeaderLogoRelativeUrl ]`: + - `[HeaderLogo ]`: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + - `[HeaderLogoRelativeUrl ]`: A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. - `[LoginPageLayoutConfiguration ]`: loginPageLayoutConfiguration - `[LoginPageTextVisibilitySettings ]`: loginPageTextVisibilitySettings - `[SignInPageText ]`: Text that appears at the bottom of the sign-in box. Use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be in Unicode format and not exceed 1024 characters. @@ -852,8 +857,8 @@ LOCALIZATIONS : Add differ - `[CustomAccountResetCredentialsUrl ]`: A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. - `[CustomCannotAccessYourAccountText ]`: A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters. - `[CustomCannotAccessYourAccountUrl ]`: A custom URL to replace the default URL of the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead. - - `[CustomCss ]`: - - `[CustomCssRelativeUrl ]`: + - `[CustomCss ]`: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. + - `[CustomCssRelativeUrl ]`: A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[CustomForgotMyPasswordText ]`: A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesText ]`: A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. - `[CustomPrivacyAndCookiesUrl ]`: A custom URL to replace the default URL of the 'Privacy and Cookies' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. @@ -863,12 +868,12 @@ LOCALIZATIONS : Add differ - `[Favicon ]`: A custom icon (favicon) to replace a default Microsoft product favicon on an Azure AD tenant. - `[FaviconRelativeUrl ]`: A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[HeaderBackgroundColor ]`: The RGB color to apply to customize the color of the header. - - `[HeaderLogo ]`: - - `[HeaderLogoRelativeUrl ]`: + - `[HeaderLogo ]`: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + - `[HeaderLogoRelativeUrl ]`: A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. - `[LoginPageLayoutConfiguration ]`: loginPageLayoutConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - - `[IsFooterShown ]`: - - `[IsHeaderShown ]`: + - `[IsFooterShown ]`: Option to show the footer on the sign-in page. + - `[IsHeaderShown ]`: Option to show the header on the sign-in page. - `[LayoutTemplateType ]`: layoutTemplateType - `[LoginPageTextVisibilitySettings ]`: loginPageTextVisibilitySettings - `[(Any) ]`: This indicates any property can be added to this object. @@ -888,8 +893,8 @@ LOCALIZATIONS : Add differ LOGINPAGELAYOUTCONFIGURATION : loginPageLayoutConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - - `[IsFooterShown ]`: - - `[IsHeaderShown ]`: + - `[IsFooterShown ]`: Option to show the footer on the sign-in page. + - `[IsHeaderShown ]`: Option to show the header on the sign-in page. - `[LayoutTemplateType ]`: layoutTemplateType LOGINPAGETEXTVISIBILITYSETTINGS : loginPageTextVisibilitySettings diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganizationBrandingLocalization.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganizationBrandingLocalization.md index cf0b6ae6d1c..c74a2208629 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganizationBrandingLocalization.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganizationBrandingLocalization.md @@ -276,7 +276,8 @@ Accept wildcard characters: False ``` ### -CustomCssInputFile -Input File for CustomCss (.) +Input File for CustomCss (CSS styling that appears on the sign-in page. +The allowed format is .css format only and not larger than 25 KB.) ```yaml Type: System.String @@ -291,7 +292,8 @@ Accept wildcard characters: False ``` ### -CustomCssRelativeUrl -. +A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. +Read-only. ```yaml Type: System.String @@ -449,7 +451,9 @@ Accept wildcard characters: False ``` ### -HeaderLogoInputFile -Input File for HeaderLogo (.) +Input File for HeaderLogo (A company logo that appears in the header of the sign-in page. +The allowed types are PNG or JPEG not larger than 36 × 245 pixels. +We recommend using a transparent image with no padding around the logo.) ```yaml Type: System.String @@ -464,7 +468,8 @@ Accept wildcard characters: False ``` ### -HeaderLogoRelativeUrl -. +A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. +Read-only. ```yaml Type: System.String @@ -777,8 +782,8 @@ INPUTOBJECT : Identity Parameter LOGINPAGELAYOUTCONFIGURATION : loginPageLayoutConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - - `[IsFooterShown ]`: - - `[IsHeaderShown ]`: + - `[IsFooterShown ]`: Option to show the footer on the sign-in page. + - `[IsHeaderShown ]`: Option to show the header on the sign-in page. - `[LayoutTemplateType ]`: layoutTemplateType LOGINPAGETEXTVISIBILITYSETTINGS : loginPageTextVisibilitySettings diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Invoke-MgPromoteDomain.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Invoke-MgPromoteDomain.md new file mode 100644 index 00000000000..bda7dd588c0 --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Invoke-MgPromoteDomain.md @@ -0,0 +1,152 @@ +--- +external help file: +Module Name: Microsoft.Graph.Identity.DirectoryManagement +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/invoke-mgpromotedomain +schema: 2.0.0 +--- + +# Invoke-MgPromoteDomain + +## SYNOPSIS +Invoke action promote + +## SYNTAX + +### Promote1 (Default) +``` +Invoke-MgPromoteDomain -DomainId [-Confirm] [-WhatIf] [] +``` + +### PromoteViaIdentity1 +``` +Invoke-MgPromoteDomain -InputObject [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action promote + +## EXAMPLES + +## PARAMETERS + +### -DomainId +key: id of domain + +```yaml +Type: System.String +Parameter Sets: Promote1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IIdentityDirectoryManagementIdentity +Parameter Sets: PromoteViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IIdentityDirectoryManagementIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT : Identity Parameter + - `[AdministrativeUnitId ]`: key: id of administrativeUnit + - `[AllowedValueId ]`: key: id of allowedValue + - `[AttributeSetId ]`: key: id of attributeSet + - `[CommandId ]`: key: id of command + - `[ContractId ]`: key: id of contract + - `[CustomSecurityAttributeDefinitionId ]`: key: id of customSecurityAttributeDefinition + - `[DeviceId ]`: key: id of device + - `[DirectoryObjectId ]`: key: id of directoryObject + - `[DirectoryRoleId ]`: key: id of directoryRole + - `[DirectoryRoleTemplateId ]`: key: id of directoryRoleTemplate + - `[DirectorySettingId ]`: key: id of directorySetting + - `[DirectorySettingTemplateId ]`: key: id of directorySettingTemplate + - `[DomainDnsRecordId ]`: key: id of domainDnsRecord + - `[DomainId ]`: key: id of domain + - `[ExtensionId ]`: key: id of extension + - `[FeatureRolloutPolicyId ]`: key: id of featureRolloutPolicy + - `[IdentityProviderBaseId ]`: key: id of identityProviderBase + - `[InboundSharedUserProfileUserId ]`: key: userId of inboundSharedUserProfile + - `[InternalDomainFederationId ]`: key: id of internalDomainFederation + - `[OnPremisesDirectorySynchronizationId ]`: key: id of onPremisesDirectorySynchronization + - `[OrgContactId ]`: key: id of orgContact + - `[OrganizationId ]`: key: id of organization + - `[OrganizationalBrandingLocalizationId ]`: key: id of organizationalBrandingLocalization + - `[OutboundSharedUserProfileUserId ]`: key: userId of outboundSharedUserProfile + - `[ProfileCardPropertyId ]`: key: id of profileCardProperty + - `[RecommendationId ]`: key: id of recommendation + - `[RecommendationResourceId ]`: key: id of recommendationResource + - `[ScopedRoleMembershipId ]`: key: id of scopedRoleMembership + - `[SharedEmailDomainId ]`: key: id of sharedEmailDomain + - `[SharedEmailDomainInvitationId ]`: key: id of sharedEmailDomainInvitation + - `[SubscribedSkuId ]`: key: id of subscribedSku + - `[TenantReferenceTenantId ]`: key: tenantId of tenantReference + - `[UsageRightId ]`: key: id of usageRight + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Microsoft.Graph.Identity.DirectoryManagement.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Microsoft.Graph.Identity.DirectoryManagement.md index a80272560e3..8e571026f06 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Microsoft.Graph.Identity.DirectoryManagement.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Microsoft.Graph.Identity.DirectoryManagement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Identity.DirectoryManagement -Module Guid: 7f47b15e-5961-4e82-b64d-89b1994e12a7 +Module Guid: 8d089dda-94a8-468b-a3b9-4a5314802b69 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement Help Version: 1.0.0.0 Locale: en-US @@ -396,6 +396,9 @@ Prior to calling forceDelete, you must update or remove any references to **Exch The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain will return a HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation. +### [Invoke-MgPromoteDomain](Invoke-MgPromoteDomain.md) +Invoke action promote + ### [New-MgContact](New-MgContact.md) Add new entity to contacts diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/New-MgDevice.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/New-MgDevice.md index 3cf81d5d168..35be6719891 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/New-MgDevice.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/New-MgDevice.md @@ -183,6 +183,7 @@ Accept wildcard characters: False ### -DeviceId Unique identifier set by Azure Device Registration Service at the time of registration. +This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). ```yaml @@ -612,7 +613,7 @@ BODYPARAMETER : device - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Update-MgDevice.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Update-MgDevice.md index c23aa0e6899..5cbd00d455a 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Update-MgDevice.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Update-MgDevice.md @@ -223,6 +223,7 @@ Accept wildcard characters: False ### -DeviceId1 Unique identifier set by Azure Device Registration Service at the time of registration. +This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). ```yaml @@ -685,7 +686,7 @@ BODYPARAMETER : device - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. diff --git a/src/Identity.SignIns/Identity.SignIns/examples/v1.0/New-MgUserAuthenticationSoftwareOathMethod.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0/Invoke-MgPromoteDomain.md similarity index 100% rename from src/Identity.SignIns/Identity.SignIns/examples/v1.0/New-MgUserAuthenticationSoftwareOathMethod.md rename to src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0/Invoke-MgPromoteDomain.md diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Initialize-MgIdentityGovernanceLifecycleWorkflow.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Initialize-MgIdentityGovernanceLifecycleWorkflow.md index 24ef81c81c5..5ac571b0176 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Initialize-MgIdentityGovernanceLifecycleWorkflow.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Initialize-MgIdentityGovernanceLifecycleWorkflow.md @@ -1111,9 +1111,9 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1234,11 +1234,11 @@ BODYPARAMETER ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1710,7 +1710,7 @@ BODYPARAMETER ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2282,7 +2282,7 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2369,14 +2369,60 @@ BODYPARAMETER ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2698,7 +2744,7 @@ BODYPARAMETER ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3968,6 +4014,11 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5708,9 +5759,9 @@ SUBJECTS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5831,11 +5882,11 @@ SUBJECTS : . - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6307,7 +6358,7 @@ SUBJECTS : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6879,7 +6930,7 @@ SUBJECTS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6966,14 +7017,60 @@ SUBJECTS : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7295,7 +7392,7 @@ SUBJECTS : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8565,6 +8662,11 @@ SUBJECTS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md index 4c463f5f3b5..b577a4d06d4 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md @@ -1093,9 +1093,9 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1216,11 +1216,11 @@ BODYPARAMETER ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1692,7 +1692,7 @@ BODYPARAMETER ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2264,7 +2264,7 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2351,14 +2351,60 @@ BODYPARAMETER ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2680,7 +2726,7 @@ BODYPARAMETER ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3950,6 +3996,11 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5690,9 +5741,9 @@ SUBJECTS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5813,11 +5864,11 @@ SUBJECTS : . - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6289,7 +6340,7 @@ SUBJECTS : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6861,7 +6912,7 @@ SUBJECTS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6948,14 +6999,60 @@ SUBJECTS : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7277,7 +7374,7 @@ SUBJECTS : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8547,6 +8644,11 @@ SUBJECTS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Microsoft.Graph.Identity.Governance.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Microsoft.Graph.Identity.Governance.md index 75de00343c2..00524126db0 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Microsoft.Graph.Identity.Governance.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Microsoft.Graph.Identity.Governance.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Identity.Governance -Module Guid: 0156255c-5096-45c3-a3fb-87c6adb21ca3 +Module Guid: 7602d12c-8ae9-4cf8-a91c-6f2fa95e4d28 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance Help Version: 1.0.0.0 Locale: en-US @@ -1675,9 +1675,6 @@ Update the navigation property accessPackageAssignmentApprovals in identityGover ### [Update-MgEntitlementManagementAccessPackageAssignmentApprovalStep](Update-MgEntitlementManagementAccessPackageAssignmentApprovalStep.md) Update the navigation property steps in identityGovernance -### [Update-MgEntitlementManagementAccessPackageAssignmentPolicy](Update-MgEntitlementManagementAccessPackageAssignmentPolicy.md) -Update the navigation property accessPackageAssignmentPolicies in identityGovernance - ### [Update-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler](Update-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md) Update the navigation property customExtensionHandlers in identityGovernance diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackage.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackage.md index d9f49a9ccd1..e2a662ea17f 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackage.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackage.md @@ -1475,9 +1475,9 @@ ACCESSPACKAGEASSIGNMENTPOLICIES ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1598,11 +1598,11 @@ ACCESSPACKAGEASSIGNMENTPOLICIES ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2081,7 +2081,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2611,7 +2611,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2698,14 +2698,60 @@ ACCESSPACKAGEASSIGNMENTPOLICIES ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4035,7 +4081,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4146,6 +4192,11 @@ ACCESSPACKAGEASSIGNMENTPOLICIES ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6205,9 +6256,9 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6328,11 +6379,11 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6811,7 +6862,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7341,7 +7392,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7428,14 +7479,60 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8765,7 +8862,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8876,6 +8973,11 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10961,9 +11063,9 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11084,11 +11186,11 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11567,7 +11669,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12097,7 +12199,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12184,14 +12286,60 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13521,7 +13669,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13632,6 +13780,11 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15645,9 +15798,9 @@ BODYPARAMETER : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15768,11 +15921,11 @@ BODYPARAMETER : accessPackage - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16251,7 +16404,7 @@ BODYPARAMETER : accessPackage - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16781,7 +16934,7 @@ BODYPARAMETER : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16868,14 +17021,60 @@ BODYPARAMETER : accessPackage - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -18205,7 +18404,7 @@ BODYPARAMETER : accessPackage - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18316,6 +18515,11 @@ BODYPARAMETER : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -20328,9 +20532,9 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20451,11 +20655,11 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20934,7 +21138,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21464,7 +21668,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21551,14 +21755,60 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -22888,7 +23138,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22999,6 +23249,11 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24853,9 +25108,9 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24976,11 +25231,11 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -25459,7 +25714,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25989,7 +26244,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -26076,14 +26331,60 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -27413,7 +27714,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27524,6 +27825,11 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignment.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignment.md index 311f4cf2f40..859070199e7 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignment.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignment.md @@ -334,7 +334,7 @@ EXISTINGASSIGNMENT : - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -628,7 +628,7 @@ EXISTINGASSIGNMENT : - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1204,7 +1204,7 @@ EXISTINGASSIGNMENT : - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1734,7 +1734,7 @@ EXISTINGASSIGNMENT : - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2581,7 +2581,7 @@ EXISTINGASSIGNMENT : - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignmentPolicy.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignmentPolicy.md index cade987bd5a..a185f5976bb 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignmentPolicy.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignmentPolicy.md @@ -1575,9 +1575,9 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1698,11 +1698,11 @@ ACCESSPACKAGE : accessPackage - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2181,7 +2181,7 @@ ACCESSPACKAGE : accessPackage - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2711,7 +2711,7 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2798,14 +2798,60 @@ ACCESSPACKAGE : accessPackage - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4135,7 +4181,7 @@ ACCESSPACKAGE : accessPackage - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4246,6 +4292,11 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6249,9 +6300,9 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6372,11 +6423,11 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6855,7 +6906,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7385,7 +7436,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7472,14 +7523,60 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8809,7 +8906,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8920,6 +9017,11 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10901,9 +11003,9 @@ BODYPARAMETER : accessPackageAssi - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11024,11 +11126,11 @@ BODYPARAMETER : accessPackageAssi - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11507,7 +11609,7 @@ BODYPARAMETER : accessPackageAssi - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12037,7 +12139,7 @@ BODYPARAMETER : accessPackageAssi - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12124,14 +12226,60 @@ BODYPARAMETER : accessPackageAssi - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13461,7 +13609,7 @@ BODYPARAMETER : accessPackageAssi - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13572,6 +13720,11 @@ BODYPARAMETER : accessPackageAssi - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignmentRequest.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignmentRequest.md index 9a0eb1de30c..68c84a4c6ea 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignmentRequest.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignmentRequest.md @@ -1616,9 +1616,9 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1739,11 +1739,11 @@ ACCESSPACKAGE : accessPackage - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2222,7 +2222,7 @@ ACCESSPACKAGE : accessPackage - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2752,7 +2752,7 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2839,14 +2839,60 @@ ACCESSPACKAGE : accessPackage - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4176,7 +4222,7 @@ ACCESSPACKAGE : accessPackage - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4287,6 +4333,11 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6303,9 +6354,9 @@ ACCESSPACKAGEASSIGNMENT : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6426,11 +6477,11 @@ ACCESSPACKAGEASSIGNMENT : accessPackage - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6909,7 +6960,7 @@ ACCESSPACKAGEASSIGNMENT : accessPackage - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7439,7 +7490,7 @@ ACCESSPACKAGEASSIGNMENT : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7526,14 +7577,60 @@ ACCESSPACKAGEASSIGNMENT : accessPackage - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8863,7 +8960,7 @@ ACCESSPACKAGEASSIGNMENT : accessPackage - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8974,6 +9071,11 @@ ACCESSPACKAGEASSIGNMENT : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -11079,9 +11181,9 @@ BODYPARAMETER : accessPackageAss - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11202,11 +11304,11 @@ BODYPARAMETER : accessPackageAss - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11685,7 +11787,7 @@ BODYPARAMETER : accessPackageAss - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12215,7 +12317,7 @@ BODYPARAMETER : accessPackageAss - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12302,14 +12404,60 @@ BODYPARAMETER : accessPackageAss - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13639,7 +13787,7 @@ BODYPARAMETER : accessPackageAss - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13750,6 +13898,11 @@ BODYPARAMETER : accessPackageAss - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageCatalog.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageCatalog.md index 08410dea16a..53833ab96be 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageCatalog.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageCatalog.md @@ -1661,9 +1661,9 @@ ACCESSPACKAGES : The access packages in this cat - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1784,11 +1784,11 @@ ACCESSPACKAGES : The access packages in this cat - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2267,7 +2267,7 @@ ACCESSPACKAGES : The access packages in this cat - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2797,7 +2797,7 @@ ACCESSPACKAGES : The access packages in this cat - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2884,14 +2884,60 @@ ACCESSPACKAGES : The access packages in this cat - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4221,7 +4267,7 @@ ACCESSPACKAGES : The access packages in this cat - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4332,6 +4378,11 @@ ACCESSPACKAGES : The access packages in this cat - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6335,9 +6386,9 @@ BODYPARAMETER : accessPackageCatalog - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6458,11 +6509,11 @@ BODYPARAMETER : accessPackageCatalog - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6941,7 +6992,7 @@ BODYPARAMETER : accessPackageCatalog - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7471,7 +7522,7 @@ BODYPARAMETER : accessPackageCatalog - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7558,14 +7609,60 @@ BODYPARAMETER : accessPackageCatalog - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8895,7 +8992,7 @@ BODYPARAMETER : accessPackageCatalog - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9006,6 +9103,11 @@ BODYPARAMETER : accessPackageCatalog - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflow.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflow.md index 25d380ac3fb..f7555a46da0 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflow.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflow.md @@ -1379,9 +1379,9 @@ BODYPARAMETER : workflow - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1502,11 +1502,11 @@ BODYPARAMETER : workflow - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1978,7 +1978,7 @@ BODYPARAMETER : workflow - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2550,7 +2550,7 @@ BODYPARAMETER : workflow - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2637,14 +2637,60 @@ BODYPARAMETER : workflow - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2966,7 +3012,7 @@ BODYPARAMETER : workflow - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4236,6 +4282,11 @@ BODYPARAMETER : workflow - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5021,7 +5072,7 @@ BODYPARAMETER : workflow - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -6002,9 +6053,9 @@ CREATEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6125,11 +6176,11 @@ CREATEDBY : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6601,7 +6652,7 @@ CREATEDBY : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7173,7 +7224,7 @@ CREATEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7260,14 +7311,60 @@ CREATEDBY : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7589,7 +7686,7 @@ CREATEDBY : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8859,6 +8956,11 @@ CREATEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10524,9 +10626,9 @@ EXECUTIONSCOPE : The unique identifier of the Azure AD id - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10647,11 +10749,11 @@ EXECUTIONSCOPE : The unique identifier of the Azure AD id - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11123,7 +11225,7 @@ EXECUTIONSCOPE : The unique identifier of the Azure AD id - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11695,7 +11797,7 @@ EXECUTIONSCOPE : The unique identifier of the Azure AD id - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11782,14 +11884,60 @@ EXECUTIONSCOPE : The unique identifier of the Azure AD id - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12111,7 +12259,7 @@ EXECUTIONSCOPE : The unique identifier of the Azure AD id - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13381,6 +13529,11 @@ EXECUTIONSCOPE : The unique identifier of the Azure AD id - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15047,9 +15200,9 @@ LASTMODIFIEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15170,11 +15323,11 @@ LASTMODIFIEDBY : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15646,7 +15799,7 @@ LASTMODIFIEDBY : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16218,7 +16371,7 @@ LASTMODIFIEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16305,14 +16458,60 @@ LASTMODIFIEDBY : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16634,7 +16833,7 @@ LASTMODIFIEDBY : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17904,6 +18103,11 @@ LASTMODIFIEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19587,9 +19791,9 @@ RUNS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19710,11 +19914,11 @@ RUNS : . - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20186,7 +20390,7 @@ RUNS : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20758,7 +20962,7 @@ RUNS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20845,14 +21049,60 @@ RUNS : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21174,7 +21424,7 @@ RUNS : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22444,6 +22694,11 @@ RUNS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -23221,7 +23476,7 @@ RUNS : . - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -23262,7 +23517,7 @@ TASKREPORTS : Represents the aggr - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -24166,9 +24421,9 @@ TASKREPORTS : Represents the aggr - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24289,11 +24544,11 @@ TASKREPORTS : Represents the aggr - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24765,7 +25020,7 @@ TASKREPORTS : Represents the aggr - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25337,7 +25592,7 @@ TASKREPORTS : Represents the aggr - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25424,14 +25679,60 @@ TASKREPORTS : Represents the aggr - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25753,7 +26054,7 @@ TASKREPORTS : Represents the aggr - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27023,6 +27324,11 @@ TASKREPORTS : Represents the aggr - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -27818,7 +28124,7 @@ TASKS : The tasks in the workflow. - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -28722,9 +29028,9 @@ TASKS : The tasks in the workflow. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -28845,11 +29151,11 @@ TASKS : The tasks in the workflow. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29321,7 +29627,7 @@ TASKS : The tasks in the workflow. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -29893,7 +30199,7 @@ TASKS : The tasks in the workflow. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -29980,14 +30286,60 @@ TASKS : The tasks in the workflow. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30309,7 +30661,7 @@ TASKS : The tasks in the workflow. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31579,6 +31931,11 @@ TASKS : The tasks in the workflow. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -33253,9 +33610,9 @@ USERPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -33376,11 +33733,11 @@ USERPROCESSINGRESULTS : - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -33852,7 +34209,7 @@ USERPROCESSINGRESULTS : - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -34424,7 +34781,7 @@ USERPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -34511,14 +34868,60 @@ USERPROCESSINGRESULTS : - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -34840,7 +35243,7 @@ USERPROCESSINGRESULTS : - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -36110,6 +36513,11 @@ USERPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -36895,7 +37303,7 @@ USERPROCESSINGRESULTS : - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -37802,9 +38210,9 @@ VERSIONS : The workflow vers - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -37925,11 +38333,11 @@ VERSIONS : The workflow vers - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -38401,7 +38809,7 @@ VERSIONS : The workflow vers - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -38973,7 +39381,7 @@ VERSIONS : The workflow vers - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -39060,14 +39468,60 @@ VERSIONS : The workflow vers - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -39389,7 +39843,7 @@ VERSIONS : The workflow vers - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -40659,6 +41113,11 @@ VERSIONS : The workflow vers - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -41444,7 +41903,7 @@ VERSIONS : The workflow vers - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md index 4a3a52cbd2d..3b45a17aeae 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md @@ -1229,9 +1229,9 @@ BODYPARAMETER : customTask - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1352,11 +1352,11 @@ BODYPARAMETER : customTask - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1828,7 +1828,7 @@ BODYPARAMETER : customTask - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2400,7 +2400,7 @@ BODYPARAMETER : customTask - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2487,14 +2487,60 @@ BODYPARAMETER : customTask - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2816,7 +2862,7 @@ BODYPARAMETER : customTask - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4086,6 +4132,11 @@ BODYPARAMETER : customTask - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5763,9 +5814,9 @@ CREATEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5886,11 +5937,11 @@ CREATEDBY : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6362,7 +6413,7 @@ CREATEDBY : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6934,7 +6985,7 @@ CREATEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7021,14 +7072,60 @@ CREATEDBY : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7350,7 +7447,7 @@ CREATEDBY : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8620,6 +8717,11 @@ CREATEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10286,9 +10388,9 @@ LASTMODIFIEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10409,11 +10511,11 @@ LASTMODIFIEDBY : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -10885,7 +10987,7 @@ LASTMODIFIEDBY : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11457,7 +11559,7 @@ LASTMODIFIEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11544,14 +11646,60 @@ LASTMODIFIEDBY : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -11873,7 +12021,7 @@ LASTMODIFIEDBY : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13143,6 +13291,11 @@ LASTMODIFIEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md index 8a1318cb62b..46b4264e8bc 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md @@ -1329,9 +1329,9 @@ BODYPARAMETER : workflow - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1452,11 +1452,11 @@ BODYPARAMETER : workflow - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1928,7 +1928,7 @@ BODYPARAMETER : workflow - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2500,7 +2500,7 @@ BODYPARAMETER : workflow - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2587,14 +2587,60 @@ BODYPARAMETER : workflow - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2916,7 +2962,7 @@ BODYPARAMETER : workflow - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4186,6 +4232,11 @@ BODYPARAMETER : workflow - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4971,7 +5022,7 @@ BODYPARAMETER : workflow - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5952,9 +6003,9 @@ CREATEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6075,11 +6126,11 @@ CREATEDBY : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6551,7 +6602,7 @@ CREATEDBY : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7123,7 +7174,7 @@ CREATEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7210,14 +7261,60 @@ CREATEDBY : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7539,7 +7636,7 @@ CREATEDBY : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8809,6 +8906,11 @@ CREATEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10474,9 +10576,9 @@ EXECUTIONSCOPE : The unique identifier of the Azure AD id - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10597,11 +10699,11 @@ EXECUTIONSCOPE : The unique identifier of the Azure AD id - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11073,7 +11175,7 @@ EXECUTIONSCOPE : The unique identifier of the Azure AD id - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11645,7 +11747,7 @@ EXECUTIONSCOPE : The unique identifier of the Azure AD id - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11732,14 +11834,60 @@ EXECUTIONSCOPE : The unique identifier of the Azure AD id - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12061,7 +12209,7 @@ EXECUTIONSCOPE : The unique identifier of the Azure AD id - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13331,6 +13479,11 @@ EXECUTIONSCOPE : The unique identifier of the Azure AD id - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14997,9 +15150,9 @@ LASTMODIFIEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15120,11 +15273,11 @@ LASTMODIFIEDBY : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15596,7 +15749,7 @@ LASTMODIFIEDBY : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16168,7 +16321,7 @@ LASTMODIFIEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16255,14 +16408,60 @@ LASTMODIFIEDBY : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16584,7 +16783,7 @@ LASTMODIFIEDBY : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17854,6 +18053,11 @@ LASTMODIFIEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -19537,9 +19741,9 @@ RUNS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -19660,11 +19864,11 @@ RUNS : . - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20136,7 +20340,7 @@ RUNS : . - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -20708,7 +20912,7 @@ RUNS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -20795,14 +20999,60 @@ RUNS : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -21124,7 +21374,7 @@ RUNS : . - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -22394,6 +22644,11 @@ RUNS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -23171,7 +23426,7 @@ RUNS : . - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -23212,7 +23467,7 @@ TASKREPORTS : Represents the aggr - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -24116,9 +24371,9 @@ TASKREPORTS : Represents the aggr - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -24239,11 +24494,11 @@ TASKREPORTS : Represents the aggr - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -24715,7 +24970,7 @@ TASKREPORTS : Represents the aggr - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -25287,7 +25542,7 @@ TASKREPORTS : Represents the aggr - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -25374,14 +25629,60 @@ TASKREPORTS : Represents the aggr - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -25703,7 +26004,7 @@ TASKREPORTS : Represents the aggr - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -26973,6 +27274,11 @@ TASKREPORTS : Represents the aggr - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -27768,7 +28074,7 @@ TASKS : The tasks in the workflow. - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -28672,9 +28978,9 @@ TASKS : The tasks in the workflow. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -28795,11 +29101,11 @@ TASKS : The tasks in the workflow. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -29271,7 +29577,7 @@ TASKS : The tasks in the workflow. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -29843,7 +30149,7 @@ TASKS : The tasks in the workflow. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -29930,14 +30236,60 @@ TASKS : The tasks in the workflow. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -30259,7 +30611,7 @@ TASKS : The tasks in the workflow. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -31529,6 +31881,11 @@ TASKS : The tasks in the workflow. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -33203,9 +33560,9 @@ USERPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -33326,11 +33683,11 @@ USERPROCESSINGRESULTS : - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -33802,7 +34159,7 @@ USERPROCESSINGRESULTS : - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -34374,7 +34731,7 @@ USERPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -34461,14 +34818,60 @@ USERPROCESSINGRESULTS : - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -34790,7 +35193,7 @@ USERPROCESSINGRESULTS : - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -36060,6 +36463,11 @@ USERPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -36845,7 +37253,7 @@ USERPROCESSINGRESULTS : - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -37752,9 +38160,9 @@ VERSIONS : The workflow vers - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -37875,11 +38283,11 @@ VERSIONS : The workflow vers - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -38351,7 +38759,7 @@ VERSIONS : The workflow vers - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -38923,7 +39331,7 @@ VERSIONS : The workflow vers - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -39010,14 +39418,60 @@ VERSIONS : The workflow vers - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -39339,7 +39793,7 @@ VERSIONS : The workflow vers - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -40609,6 +41063,11 @@ VERSIONS : The workflow vers - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -41394,7 +41853,7 @@ VERSIONS : The workflow vers - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion.md index cba0da39fa5..3fdb2fbf420 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion.md @@ -1077,9 +1077,9 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1200,11 +1200,11 @@ BODYPARAMETER ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1676,7 +1676,7 @@ BODYPARAMETER ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2248,7 +2248,7 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2335,14 +2335,60 @@ BODYPARAMETER ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2664,7 +2710,7 @@ BODYPARAMETER ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3934,6 +3980,11 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4719,7 +4770,7 @@ BODYPARAMETER ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5778,9 +5829,9 @@ WORKFLOW : workflow - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5901,11 +5952,11 @@ WORKFLOW : workflow - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6377,7 +6428,7 @@ WORKFLOW : workflow - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6949,7 +7000,7 @@ WORKFLOW : workflow - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7036,14 +7087,60 @@ WORKFLOW : workflow - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7365,7 +7462,7 @@ WORKFLOW : workflow - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8635,6 +8732,11 @@ WORKFLOW : workflow - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9420,7 +9522,7 @@ WORKFLOW : workflow - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun.md index ccfe70c572a..d5653cb540e 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun.md @@ -1310,9 +1310,9 @@ BODYPARAMETER : run - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1433,11 +1433,11 @@ BODYPARAMETER : run - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1909,7 +1909,7 @@ BODYPARAMETER : run - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2481,7 +2481,7 @@ BODYPARAMETER : run - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2568,14 +2568,60 @@ BODYPARAMETER : run - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2897,7 +2943,7 @@ BODYPARAMETER : run - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4167,6 +4213,11 @@ BODYPARAMETER : run - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4944,7 +4995,7 @@ BODYPARAMETER : run - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5944,9 +5995,9 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6067,11 +6118,11 @@ TASKPROCESSINGRESULTS : - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6543,7 +6594,7 @@ TASKPROCESSINGRESULTS : - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7115,7 +7166,7 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7202,14 +7253,60 @@ TASKPROCESSINGRESULTS : - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7531,7 +7628,7 @@ TASKPROCESSINGRESULTS : - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8801,6 +8898,11 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9578,7 +9680,7 @@ TASKPROCESSINGRESULTS : - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -10486,9 +10588,9 @@ USERPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10609,11 +10711,11 @@ USERPROCESSINGRESULTS : - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11085,7 +11187,7 @@ USERPROCESSINGRESULTS : - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11657,7 +11759,7 @@ USERPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11744,14 +11846,60 @@ USERPROCESSINGRESULTS : - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12073,7 +12221,7 @@ USERPROCESSINGRESULTS : - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13343,6 +13491,11 @@ USERPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14128,7 +14281,7 @@ USERPROCESSINGRESULTS : - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport.md index 12137916d1d..bae912365f0 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport.md @@ -388,7 +388,7 @@ BODYPARAMETER : taskReport - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -1292,9 +1292,9 @@ BODYPARAMETER : taskReport - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1415,11 +1415,11 @@ BODYPARAMETER : taskReport - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1891,7 +1891,7 @@ BODYPARAMETER : taskReport - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2463,7 +2463,7 @@ BODYPARAMETER : taskReport - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2550,14 +2550,60 @@ BODYPARAMETER : taskReport - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2879,7 +2925,7 @@ BODYPARAMETER : taskReport - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4149,6 +4195,11 @@ BODYPARAMETER : taskReport - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5020,7 +5071,7 @@ TASK : task - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5924,9 +5975,9 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6047,11 +6098,11 @@ TASK : task - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6523,7 +6574,7 @@ TASK : task - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7095,7 +7146,7 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7182,14 +7233,60 @@ TASK : task - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7511,7 +7608,7 @@ TASK : task - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8781,6 +8878,11 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10468,9 +10570,9 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10591,11 +10693,11 @@ TASKPROCESSINGRESULTS : - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11067,7 +11169,7 @@ TASKPROCESSINGRESULTS : - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11639,7 +11741,7 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11726,14 +11828,60 @@ TASKPROCESSINGRESULTS : - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12055,7 +12203,7 @@ TASKPROCESSINGRESULTS : - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13325,6 +13473,11 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14102,7 +14255,7 @@ TASKPROCESSINGRESULTS : - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult.md index 873082846b5..5e4461a2ef6 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult.md @@ -1257,9 +1257,9 @@ BODYPARAMETER : userProce - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1380,11 +1380,11 @@ BODYPARAMETER : userProce - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1856,7 +1856,7 @@ BODYPARAMETER : userProce - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2428,7 +2428,7 @@ BODYPARAMETER : userProce - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2515,14 +2515,60 @@ BODYPARAMETER : userProce - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2844,7 +2890,7 @@ BODYPARAMETER : userProce - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4114,6 +4160,11 @@ BODYPARAMETER : userProce - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4899,7 +4950,7 @@ BODYPARAMETER : userProce - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5879,9 +5930,9 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6002,11 +6053,11 @@ SUBJECT : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6478,7 +6529,7 @@ SUBJECT : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7050,7 +7101,7 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7137,14 +7188,60 @@ SUBJECT : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7466,7 +7563,7 @@ SUBJECT : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8736,6 +8833,11 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10409,9 +10511,9 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10532,11 +10634,11 @@ TASKPROCESSINGRESULTS : - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11008,7 +11110,7 @@ TASKPROCESSINGRESULTS : - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11580,7 +11682,7 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11667,14 +11769,60 @@ TASKPROCESSINGRESULTS : - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -11996,7 +12144,7 @@ TASKPROCESSINGRESULTS : - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13266,6 +13414,11 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14043,7 +14196,7 @@ TASKPROCESSINGRESULTS : - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion.md index 86373e17a0c..a423ddd3fea 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion.md @@ -1249,9 +1249,9 @@ BODYPARAMETER : workflowVersio - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1372,11 +1372,11 @@ BODYPARAMETER : workflowVersio - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1848,7 +1848,7 @@ BODYPARAMETER : workflowVersio - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2420,7 +2420,7 @@ BODYPARAMETER : workflowVersio - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2507,14 +2507,60 @@ BODYPARAMETER : workflowVersio - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2836,7 +2882,7 @@ BODYPARAMETER : workflowVersio - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4106,6 +4152,11 @@ BODYPARAMETER : workflowVersio - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4891,7 +4942,7 @@ BODYPARAMETER : workflowVersio - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5801,9 +5852,9 @@ CREATEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5924,11 +5975,11 @@ CREATEDBY : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6400,7 +6451,7 @@ CREATEDBY : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6972,7 +7023,7 @@ CREATEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7059,14 +7110,60 @@ CREATEDBY : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7388,7 +7485,7 @@ CREATEDBY : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8658,6 +8755,11 @@ CREATEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10399,9 +10501,9 @@ LASTMODIFIEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10522,11 +10624,11 @@ LASTMODIFIEDBY : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -10998,7 +11100,7 @@ LASTMODIFIEDBY : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11570,7 +11672,7 @@ LASTMODIFIEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11657,14 +11759,60 @@ LASTMODIFIEDBY : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -11986,7 +12134,7 @@ LASTMODIFIEDBY : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13256,6 +13404,11 @@ LASTMODIFIEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14035,7 +14188,7 @@ TASKS : The tasks in the workflow. - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -14939,9 +15092,9 @@ TASKS : The tasks in the workflow. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15062,11 +15215,11 @@ TASKS : The tasks in the workflow. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15538,7 +15691,7 @@ TASKS : The tasks in the workflow. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16110,7 +16263,7 @@ TASKS : The tasks in the workflow. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16197,14 +16350,60 @@ TASKS : The tasks in the workflow. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16526,7 +16725,7 @@ TASKS : The tasks in the workflow. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17796,6 +17995,11 @@ TASKS : The tasks in the workflow. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowNewVersion.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowNewVersion.md index 825f6b59a22..6b498abc151 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowNewVersion.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowNewVersion.md @@ -1124,9 +1124,9 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1247,11 +1247,11 @@ BODYPARAMETER ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1723,7 +1723,7 @@ BODYPARAMETER ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2295,7 +2295,7 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2382,14 +2382,60 @@ BODYPARAMETER ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2711,7 +2757,7 @@ BODYPARAMETER ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3981,6 +4027,11 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4766,7 +4817,7 @@ BODYPARAMETER ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5825,9 +5876,9 @@ WORKFLOW : workflow - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5948,11 +5999,11 @@ WORKFLOW : workflow - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6424,7 +6475,7 @@ WORKFLOW : workflow - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6996,7 +7047,7 @@ WORKFLOW : workflow - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7083,14 +7134,60 @@ WORKFLOW : workflow - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7412,7 +7509,7 @@ WORKFLOW : workflow - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8682,6 +8779,11 @@ WORKFLOW : workflow - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9467,7 +9569,7 @@ WORKFLOW : workflow - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowRun.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowRun.md index 0eba0536a62..0aa2866b1d5 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowRun.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowRun.md @@ -1310,9 +1310,9 @@ BODYPARAMETER : run - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1433,11 +1433,11 @@ BODYPARAMETER : run - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1909,7 +1909,7 @@ BODYPARAMETER : run - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2481,7 +2481,7 @@ BODYPARAMETER : run - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2568,14 +2568,60 @@ BODYPARAMETER : run - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2897,7 +2943,7 @@ BODYPARAMETER : run - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4167,6 +4213,11 @@ BODYPARAMETER : run - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4944,7 +4995,7 @@ BODYPARAMETER : run - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5944,9 +5995,9 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6067,11 +6118,11 @@ TASKPROCESSINGRESULTS : - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6543,7 +6594,7 @@ TASKPROCESSINGRESULTS : - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7115,7 +7166,7 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7202,14 +7253,60 @@ TASKPROCESSINGRESULTS : - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7531,7 +7628,7 @@ TASKPROCESSINGRESULTS : - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8801,6 +8898,11 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9578,7 +9680,7 @@ TASKPROCESSINGRESULTS : - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -10486,9 +10588,9 @@ USERPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10609,11 +10711,11 @@ USERPROCESSINGRESULTS : - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11085,7 +11187,7 @@ USERPROCESSINGRESULTS : - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11657,7 +11759,7 @@ USERPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11744,14 +11846,60 @@ USERPROCESSINGRESULTS : - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12073,7 +12221,7 @@ USERPROCESSINGRESULTS : - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13343,6 +13491,11 @@ USERPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14128,7 +14281,7 @@ USERPROCESSINGRESULTS : - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult.md index d2b2aa20890..feb7da2530f 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult.md @@ -1207,9 +1207,9 @@ BODYPARAMETER : taskProce - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1330,11 +1330,11 @@ BODYPARAMETER : taskProce - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1806,7 +1806,7 @@ BODYPARAMETER : taskProce - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2378,7 +2378,7 @@ BODYPARAMETER : taskProce - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2465,14 +2465,60 @@ BODYPARAMETER : taskProce - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2794,7 +2840,7 @@ BODYPARAMETER : taskProce - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4064,6 +4110,11 @@ BODYPARAMETER : taskProce - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4841,7 +4892,7 @@ BODYPARAMETER : taskProce - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5817,9 +5868,9 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5940,11 +5991,11 @@ SUBJECT : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6416,7 +6467,7 @@ SUBJECT : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6988,7 +7039,7 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7075,14 +7126,60 @@ SUBJECT : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7404,7 +7501,7 @@ SUBJECT : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8674,6 +8771,11 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9454,7 +9556,7 @@ TASK : task - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -10358,9 +10460,9 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10481,11 +10583,11 @@ TASK : task - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -10957,7 +11059,7 @@ TASK : task - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11529,7 +11631,7 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11616,14 +11718,60 @@ TASK : task - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -11945,7 +12093,7 @@ TASK : task - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13215,6 +13363,11 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult.md index fa10bdec1b5..b9887c5c46a 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult.md @@ -1271,9 +1271,9 @@ BODYPARAMETER : userProce - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1394,11 +1394,11 @@ BODYPARAMETER : userProce - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1870,7 +1870,7 @@ BODYPARAMETER : userProce - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2442,7 +2442,7 @@ BODYPARAMETER : userProce - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2529,14 +2529,60 @@ BODYPARAMETER : userProce - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2858,7 +2904,7 @@ BODYPARAMETER : userProce - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4128,6 +4174,11 @@ BODYPARAMETER : userProce - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4913,7 +4964,7 @@ BODYPARAMETER : userProce - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5893,9 +5944,9 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6016,11 +6067,11 @@ SUBJECT : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6492,7 +6543,7 @@ SUBJECT : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7064,7 +7115,7 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7151,14 +7202,60 @@ SUBJECT : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7480,7 +7577,7 @@ SUBJECT : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8750,6 +8847,11 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10423,9 +10525,9 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10546,11 +10648,11 @@ TASKPROCESSINGRESULTS : - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11022,7 +11124,7 @@ TASKPROCESSINGRESULTS : - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11594,7 +11696,7 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11681,14 +11783,60 @@ TASKPROCESSINGRESULTS : - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12010,7 +12158,7 @@ TASKPROCESSINGRESULTS : - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13280,6 +13428,11 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14057,7 +14210,7 @@ TASKPROCESSINGRESULTS : - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult.md index 00621cec66e..a0b181dabef 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult.md @@ -1224,9 +1224,9 @@ BODYPARAMETER : taskProce - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1347,11 +1347,11 @@ BODYPARAMETER : taskProce - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1823,7 +1823,7 @@ BODYPARAMETER : taskProce - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2395,7 +2395,7 @@ BODYPARAMETER : taskProce - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2482,14 +2482,60 @@ BODYPARAMETER : taskProce - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2811,7 +2857,7 @@ BODYPARAMETER : taskProce - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4081,6 +4127,11 @@ BODYPARAMETER : taskProce - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4858,7 +4909,7 @@ BODYPARAMETER : taskProce - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5834,9 +5885,9 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5957,11 +6008,11 @@ SUBJECT : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6433,7 +6484,7 @@ SUBJECT : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7005,7 +7056,7 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7092,14 +7143,60 @@ SUBJECT : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7421,7 +7518,7 @@ SUBJECT : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8691,6 +8788,11 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9471,7 +9573,7 @@ TASK : task - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -10375,9 +10477,9 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10498,11 +10600,11 @@ TASK : task - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -10974,7 +11076,7 @@ TASK : task - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11546,7 +11648,7 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11633,14 +11735,60 @@ TASK : task - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -11962,7 +12110,7 @@ TASK : task - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13232,6 +13380,11 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTaskReport.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTaskReport.md index 516ec1973ec..d71e8a29b68 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTaskReport.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTaskReport.md @@ -386,7 +386,7 @@ BODYPARAMETER : taskReport - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -1290,9 +1290,9 @@ BODYPARAMETER : taskReport - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1413,11 +1413,11 @@ BODYPARAMETER : taskReport - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1889,7 +1889,7 @@ BODYPARAMETER : taskReport - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2461,7 +2461,7 @@ BODYPARAMETER : taskReport - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2548,14 +2548,60 @@ BODYPARAMETER : taskReport - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2877,7 +2923,7 @@ BODYPARAMETER : taskReport - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4147,6 +4193,11 @@ BODYPARAMETER : taskReport - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5018,7 +5069,7 @@ TASK : task - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5922,9 +5973,9 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6045,11 +6096,11 @@ TASK : task - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6521,7 +6572,7 @@ TASK : task - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7093,7 +7144,7 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7180,14 +7231,60 @@ TASK : task - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7509,7 +7606,7 @@ TASK : task - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8779,6 +8876,11 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10466,9 +10568,9 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10589,11 +10691,11 @@ TASKPROCESSINGRESULTS : - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11065,7 +11167,7 @@ TASKPROCESSINGRESULTS : - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11637,7 +11739,7 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11724,14 +11826,60 @@ TASKPROCESSINGRESULTS : - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -12053,7 +12201,7 @@ TASKPROCESSINGRESULTS : - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13323,6 +13471,11 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14100,7 +14253,7 @@ TASKPROCESSINGRESULTS : - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult.md index c41b088954f..f5935b095b3 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult.md @@ -1208,9 +1208,9 @@ BODYPARAMETER : taskProce - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1331,11 +1331,11 @@ BODYPARAMETER : taskProce - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1807,7 +1807,7 @@ BODYPARAMETER : taskProce - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2379,7 +2379,7 @@ BODYPARAMETER : taskProce - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2466,14 +2466,60 @@ BODYPARAMETER : taskProce - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2795,7 +2841,7 @@ BODYPARAMETER : taskProce - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4065,6 +4111,11 @@ BODYPARAMETER : taskProce - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4842,7 +4893,7 @@ BODYPARAMETER : taskProce - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5818,9 +5869,9 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5941,11 +5992,11 @@ SUBJECT : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6417,7 +6468,7 @@ SUBJECT : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6989,7 +7040,7 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7076,14 +7127,60 @@ SUBJECT : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7405,7 +7502,7 @@ SUBJECT : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8675,6 +8772,11 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9455,7 +9557,7 @@ TASK : task - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -10359,9 +10461,9 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10482,11 +10584,11 @@ TASK : task - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -10958,7 +11060,7 @@ TASK : task - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11530,7 +11632,7 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11617,14 +11719,60 @@ TASK : task - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -11946,7 +12094,7 @@ TASK : task - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13216,6 +13364,11 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTemplate.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTemplate.md index 1a929402874..ce5e548f8d2 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTemplate.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTemplate.md @@ -221,7 +221,7 @@ BODYPARAMETER : workflowTempl - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -1125,9 +1125,9 @@ BODYPARAMETER : workflowTempl - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1248,11 +1248,11 @@ BODYPARAMETER : workflowTempl - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1724,7 +1724,7 @@ BODYPARAMETER : workflowTempl - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2296,7 +2296,7 @@ BODYPARAMETER : workflowTempl - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2383,14 +2383,60 @@ BODYPARAMETER : workflowTempl - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2712,7 +2758,7 @@ BODYPARAMETER : workflowTempl - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3982,6 +4028,11 @@ BODYPARAMETER : workflowTempl - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4762,7 +4813,7 @@ TASKS : Represents the configured tasks - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5666,9 +5717,9 @@ TASKS : Represents the configured tasks - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5789,11 +5840,11 @@ TASKS : Represents the configured tasks - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6265,7 +6316,7 @@ TASKS : Represents the configured tasks - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6837,7 +6888,7 @@ TASKS : Represents the configured tasks - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -6924,14 +6975,60 @@ TASKS : Represents the configured tasks - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7253,7 +7350,7 @@ TASKS : Represents the configured tasks - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8523,6 +8620,11 @@ TASKS : Represents the configured tasks - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTemplateTask.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTemplateTask.md index 7fa4e31ff9c..8c6b098c4ab 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTemplateTask.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTemplateTask.md @@ -116,7 +116,7 @@ Accept wildcard characters: False ``` ### -ContinueOnError -A boolean value that determines if the failure of this task stops the subsequent workflows from running. +A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. ```yaml @@ -338,7 +338,7 @@ BODYPARAMETER : task - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -1242,9 +1242,9 @@ BODYPARAMETER : task - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1365,11 +1365,11 @@ BODYPARAMETER : task - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1841,7 +1841,7 @@ BODYPARAMETER : task - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2413,7 +2413,7 @@ BODYPARAMETER : task - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2500,14 +2500,60 @@ BODYPARAMETER : task - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2829,7 +2875,7 @@ BODYPARAMETER : task - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4099,6 +4145,11 @@ BODYPARAMETER : task - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -5848,9 +5899,9 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5971,11 +6022,11 @@ TASKPROCESSINGRESULTS : - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6447,7 +6498,7 @@ TASKPROCESSINGRESULTS : - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7019,7 +7070,7 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7106,14 +7157,60 @@ TASKPROCESSINGRESULTS : - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7435,7 +7532,7 @@ TASKPROCESSINGRESULTS : - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8705,6 +8802,11 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9482,7 +9584,7 @@ TASKPROCESSINGRESULTS : - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult.md index 7b0cd5de0f4..1933a47781c 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult.md @@ -1208,9 +1208,9 @@ BODYPARAMETER : taskProce - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1331,11 +1331,11 @@ BODYPARAMETER : taskProce - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1807,7 +1807,7 @@ BODYPARAMETER : taskProce - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2379,7 +2379,7 @@ BODYPARAMETER : taskProce - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2466,14 +2466,60 @@ BODYPARAMETER : taskProce - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2795,7 +2841,7 @@ BODYPARAMETER : taskProce - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4065,6 +4111,11 @@ BODYPARAMETER : taskProce - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4842,7 +4893,7 @@ BODYPARAMETER : taskProce - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5818,9 +5869,9 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5941,11 +5992,11 @@ SUBJECT : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6417,7 +6468,7 @@ SUBJECT : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6989,7 +7040,7 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7076,14 +7127,60 @@ SUBJECT : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7405,7 +7502,7 @@ SUBJECT : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8675,6 +8772,11 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9455,7 +9557,7 @@ TASK : task - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -10359,9 +10461,9 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10482,11 +10584,11 @@ TASK : task - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -10958,7 +11060,7 @@ TASK : task - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11530,7 +11632,7 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11617,14 +11719,60 @@ TASK : task - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -11946,7 +12094,7 @@ TASK : task - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13216,6 +13364,11 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult.md index cc461d87ce9..9fda1d08dd6 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult.md @@ -1256,9 +1256,9 @@ BODYPARAMETER : userProce - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1379,11 +1379,11 @@ BODYPARAMETER : userProce - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1855,7 +1855,7 @@ BODYPARAMETER : userProce - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2427,7 +2427,7 @@ BODYPARAMETER : userProce - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2514,14 +2514,60 @@ BODYPARAMETER : userProce - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2843,7 +2889,7 @@ BODYPARAMETER : userProce - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4113,6 +4159,11 @@ BODYPARAMETER : userProce - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4898,7 +4949,7 @@ BODYPARAMETER : userProce - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5878,9 +5929,9 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6001,11 +6052,11 @@ SUBJECT : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6477,7 +6528,7 @@ SUBJECT : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7049,7 +7100,7 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7136,14 +7187,60 @@ SUBJECT : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7465,7 +7562,7 @@ SUBJECT : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8735,6 +8832,11 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10408,9 +10510,9 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10531,11 +10633,11 @@ TASKPROCESSINGRESULTS : - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11007,7 +11109,7 @@ TASKPROCESSINGRESULTS : - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11579,7 +11681,7 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11666,14 +11768,60 @@ TASKPROCESSINGRESULTS : - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -11995,7 +12143,7 @@ TASKPROCESSINGRESULTS : - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13265,6 +13413,11 @@ TASKPROCESSINGRESULTS : - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14042,7 +14195,7 @@ TASKPROCESSINGRESULTS : - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult.md index 7e7ef004f20..d2edaba2c6d 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult.md @@ -1209,9 +1209,9 @@ BODYPARAMETER : taskProce - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1332,11 +1332,11 @@ BODYPARAMETER : taskProce - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1808,7 +1808,7 @@ BODYPARAMETER : taskProce - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2380,7 +2380,7 @@ BODYPARAMETER : taskProce - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2467,14 +2467,60 @@ BODYPARAMETER : taskProce - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2796,7 +2842,7 @@ BODYPARAMETER : taskProce - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4066,6 +4112,11 @@ BODYPARAMETER : taskProce - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4843,7 +4894,7 @@ BODYPARAMETER : taskProce - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5819,9 +5870,9 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5942,11 +5993,11 @@ SUBJECT : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6418,7 +6469,7 @@ SUBJECT : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6990,7 +7041,7 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7077,14 +7128,60 @@ SUBJECT : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7406,7 +7503,7 @@ SUBJECT : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8676,6 +8773,11 @@ SUBJECT : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -9456,7 +9558,7 @@ TASK : task - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -10360,9 +10462,9 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10483,11 +10585,11 @@ TASK : task - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -10959,7 +11061,7 @@ TASK : task - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11531,7 +11633,7 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11618,14 +11720,60 @@ TASK : task - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -11947,7 +12095,7 @@ TASK : task - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13217,6 +13365,11 @@ TASK : task - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowVersion.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowVersion.md index 85a8b79b951..ab4c330302a 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowVersion.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgIdentityGovernanceLifecycleWorkflowVersion.md @@ -1248,9 +1248,9 @@ BODYPARAMETER : workflowVersio - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1371,11 +1371,11 @@ BODYPARAMETER : workflowVersio - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1847,7 +1847,7 @@ BODYPARAMETER : workflowVersio - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2419,7 +2419,7 @@ BODYPARAMETER : workflowVersio - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2506,14 +2506,60 @@ BODYPARAMETER : workflowVersio - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -2835,7 +2881,7 @@ BODYPARAMETER : workflowVersio - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4105,6 +4151,11 @@ BODYPARAMETER : workflowVersio - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -4890,7 +4941,7 @@ BODYPARAMETER : workflowVersio - `[Id ]`: The unique idenfier for an entity. Read-only. - `[Arguments ]`: Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -5800,9 +5851,9 @@ CREATEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -5923,11 +5974,11 @@ CREATEDBY : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6399,7 +6450,7 @@ CREATEDBY : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -6971,7 +7022,7 @@ CREATEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7058,14 +7109,60 @@ CREATEDBY : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -7387,7 +7484,7 @@ CREATEDBY : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8657,6 +8754,11 @@ CREATEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10398,9 +10500,9 @@ LASTMODIFIEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -10521,11 +10623,11 @@ LASTMODIFIEDBY : user - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -10997,7 +11099,7 @@ LASTMODIFIEDBY : user - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -11569,7 +11671,7 @@ LASTMODIFIEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -11656,14 +11758,60 @@ LASTMODIFIEDBY : user - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -11985,7 +12133,7 @@ LASTMODIFIEDBY : user - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13255,6 +13403,11 @@ LASTMODIFIEDBY : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -14034,7 +14187,7 @@ TASKS : The tasks in the workflow. - `[Name ]`: Name for this key-value pair - `[Value ]`: Value for this key-value pair - `[Category ]`: lifecycleTaskCategory - - `[ContinueOnError ]`: A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional. + - `[ContinueOnError ]`: A boolean value that specifies whether, if this task fails, the workflow will stop, and subsequent tasks will not run. Optional. - `[Description ]`: A string that describes the purpose of the task for administrative use. Optional. - `[DisplayName ]`: A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy. - `[ExecutionSequence ]`: An integer that states in what order the task will run in a workflow.Supports $orderby. @@ -14938,9 +15091,9 @@ TASKS : The tasks in the workflow. - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15061,11 +15214,11 @@ TASKS : The tasks in the workflow. - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -15537,7 +15690,7 @@ TASKS : The tasks in the workflow. - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16109,7 +16262,7 @@ TASKS : The tasks in the workflow. - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16196,14 +16349,60 @@ TASKS : The tasks in the workflow. - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -16525,7 +16724,7 @@ TASKS : The tasks in the workflow. - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -17795,6 +17994,11 @@ TASKS : The tasks in the workflow. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Select-MgEntitlementManagementAccessPackage.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Select-MgEntitlementManagementAccessPackage.md index e61b9bb2b4f..162250e1fb3 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Select-MgEntitlementManagementAccessPackage.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Select-MgEntitlementManagementAccessPackage.md @@ -1156,9 +1156,9 @@ ACCESSPACKAGE : - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1279,11 +1279,11 @@ ACCESSPACKAGE : - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -1762,7 +1762,7 @@ ACCESSPACKAGE : - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2292,7 +2292,7 @@ ACCESSPACKAGE : - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2379,14 +2379,60 @@ ACCESSPACKAGE : - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -3716,7 +3762,7 @@ ACCESSPACKAGE : - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -3827,6 +3873,11 @@ ACCESSPACKAGE : - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Select-MgEntitlementManagementAccessPackageAssignmentPolicy.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Select-MgEntitlementManagementAccessPackageAssignmentPolicy.md index a033600b973..d406538d622 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Select-MgEntitlementManagementAccessPackageAssignmentPolicy.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Select-MgEntitlementManagementAccessPackageAssignmentPolicy.md @@ -200,7 +200,7 @@ POLICY : - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. @@ -494,7 +494,7 @@ POLICY : - `[Type ]`: For internal use only - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith). - `[DeviceMetadata ]`: For internal use only. Set to null. - `[DeviceVersion ]`: For internal use only. - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. @@ -1070,7 +1070,7 @@ POLICY : - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -1600,7 +1600,7 @@ POLICY : - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2447,7 +2447,7 @@ POLICY : - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Set-MgEntitlementManagementAccessPackageAssignmentPolicy.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Set-MgEntitlementManagementAccessPackageAssignmentPolicy.md index 8358be8aa4a..baaabcaf173 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Set-MgEntitlementManagementAccessPackageAssignmentPolicy.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Set-MgEntitlementManagementAccessPackageAssignmentPolicy.md @@ -1704,9 +1704,9 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1827,11 +1827,11 @@ ACCESSPACKAGE : accessPackage - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2310,7 +2310,7 @@ ACCESSPACKAGE : accessPackage - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2840,7 +2840,7 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2927,14 +2927,60 @@ ACCESSPACKAGE : accessPackage - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4264,7 +4310,7 @@ ACCESSPACKAGE : accessPackage - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4375,6 +4421,11 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6378,9 +6429,9 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6501,11 +6552,11 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6984,7 +7035,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7514,7 +7565,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7601,14 +7652,60 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8938,7 +9035,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -9049,6 +9146,11 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -11030,9 +11132,9 @@ BODYPARAMETER : accessPackageAssi - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11153,11 +11255,11 @@ BODYPARAMETER : accessPackageAssi - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11636,7 +11738,7 @@ BODYPARAMETER : accessPackageAssi - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12166,7 +12268,7 @@ BODYPARAMETER : accessPackageAssi - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12253,14 +12355,60 @@ BODYPARAMETER : accessPackageAssi - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13590,7 +13738,7 @@ BODYPARAMETER : accessPackageAssi - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13701,6 +13849,11 @@ BODYPARAMETER : accessPackageAssi - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackage.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackage.md index 07a24a09817..870d9177597 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackage.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackage.md @@ -1523,9 +1523,9 @@ ACCESSPACKAGEASSIGNMENTPOLICIES ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1646,11 +1646,11 @@ ACCESSPACKAGEASSIGNMENTPOLICIES ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2129,7 +2129,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2659,7 +2659,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2746,14 +2746,60 @@ ACCESSPACKAGEASSIGNMENTPOLICIES ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4083,7 +4129,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4194,6 +4240,11 @@ ACCESSPACKAGEASSIGNMENTPOLICIES ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6253,9 +6304,9 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6376,11 +6427,11 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6859,7 +6910,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7389,7 +7440,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7476,14 +7527,60 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8813,7 +8910,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8924,6 +9021,11 @@ ACCESSPACKAGECATALOG : accessPackageCatalo - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -11009,9 +11111,9 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11132,11 +11234,11 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11615,7 +11717,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12145,7 +12247,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12232,14 +12334,60 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13569,7 +13717,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13680,6 +13828,11 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15693,9 +15846,9 @@ BODYPARAMETER : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15816,11 +15969,11 @@ BODYPARAMETER : accessPackage - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16299,7 +16452,7 @@ BODYPARAMETER : accessPackage - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16829,7 +16982,7 @@ BODYPARAMETER : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16916,14 +17069,60 @@ BODYPARAMETER : accessPackage - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -18253,7 +18452,7 @@ BODYPARAMETER : accessPackage - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18364,6 +18563,11 @@ BODYPARAMETER : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -20376,9 +20580,9 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20499,11 +20703,11 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -20982,7 +21186,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21512,7 +21716,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21599,14 +21803,60 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -22936,7 +23186,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -23047,6 +23297,11 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -24901,9 +25156,9 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -25024,11 +25279,11 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -25507,7 +25762,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -26037,7 +26292,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -26124,14 +26379,60 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -27461,7 +27762,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -27572,6 +27873,11 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignment.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignment.md index 4be4cfb282c..de007a010e4 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignment.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignment.md @@ -1570,9 +1570,9 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -1693,11 +1693,11 @@ ACCESSPACKAGE : accessPackage - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -2176,7 +2176,7 @@ ACCESSPACKAGE : accessPackage - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -2706,7 +2706,7 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -2793,14 +2793,60 @@ ACCESSPACKAGE : accessPackage - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -4130,7 +4176,7 @@ ACCESSPACKAGE : accessPackage - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -4241,6 +4287,11 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -6199,9 +6250,9 @@ ACCESSPACKAGEASSIGNMENTPOLICY : a - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -6322,11 +6373,11 @@ ACCESSPACKAGEASSIGNMENTPOLICY : a - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -6805,7 +6856,7 @@ ACCESSPACKAGEASSIGNMENTPOLICY : a - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -7335,7 +7386,7 @@ ACCESSPACKAGEASSIGNMENTPOLICY : a - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -7422,14 +7473,60 @@ ACCESSPACKAGEASSIGNMENTPOLICY : a - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -8759,7 +8856,7 @@ ACCESSPACKAGEASSIGNMENTPOLICY : a - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -8870,6 +8967,11 @@ ACCESSPACKAGEASSIGNMENTPOLICY : a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -10941,9 +11043,9 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -11064,11 +11166,11 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -11547,7 +11649,7 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -12077,7 +12179,7 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -12164,14 +12266,60 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -13501,7 +13649,7 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -13612,6 +13760,11 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -15704,9 +15857,9 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -15827,11 +15980,11 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -16310,7 +16463,7 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -16840,7 +16993,7 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -16927,14 +17080,60 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -18264,7 +18463,7 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -18375,6 +18574,11 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: @@ -20463,9 +20667,9 @@ BODYPARAMETER : accessPackageAssignment - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: + - `[MessageHistory ]`: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: + - `[ModifiedDateTime ]`: The date and time when the message was modified. - `[Reaction ]`: chatMessageReaction - `[(Any) ]`: This indicates any property can be added to this object. - `[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 @@ -20586,11 +20790,11 @@ BODYPARAMETER : accessPackageAssignment - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - `[OSVersion ]`: cloudPcOperatingSystem - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: + - `[PartnerAgentInstallResults ]`: The results of every partner agent's installation status on Cloud PC. - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: + - `[IsThirdPartyPartner ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: + - `[Retriable ]`: Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - `[ProvisioningType ]`: cloudPcProvisioningType @@ -21069,7 +21273,7 @@ BODYPARAMETER : accessPackageAssignment - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: The unique idenfier for an entity. Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. + - `[ChangeType ]`: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted. - `[ClientState ]`: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. - `[CreatorId ]`: Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only. - `[EncryptionCertificate ]`: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. @@ -21599,7 +21803,7 @@ BODYPARAMETER : accessPackageAssignment - `[(Any) ]`: This indicates any property can be added to this object. - `[OneNoteClientUrl ]`: externalLink - `[(Any) ]`: This indicates any property can be added to this object. - - `[Href ]`: The url of the link. + - `[Href ]`: The URL of the link. - `[OneNoteWebUrl ]`: externalLink - `[SectionGroups ]`: The section groups in the notebook. Read-only. Nullable. - `[CreatedBy ]`: identitySet @@ -21686,14 +21890,60 @@ BODYPARAMETER : accessPackageAssignment - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[CanvasLayout ]`: canvasLayout + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[HorizontalSections ]`: Collection of horizontal sections on the SharePoint page. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Columns ]`: The set of vertical columns in this section. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Webparts ]`: The collection of WebParts in this column. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Width ]`: Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. + - `[Emphasis ]`: sectionEmphasisType + - `[Layout ]`: horizontalSectionLayoutType + - `[VerticalSection ]`: verticalSection + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The unique idenfier for an entity. Read-only. + - `[Emphasis ]`: sectionEmphasisType + - `[Webparts ]`: The set of web parts in this section. - `[ContentType ]`: contentTypeInfo - - `[PageLayoutType ]`: + - `[PageLayout ]`: pageLayoutType + - `[PromotionKind ]`: pagePromotionType - `[PublishingState ]`: publicationFacet - - `[Title ]`: - - `[WebParts ]`: - - `[Data ]`: sitePageData + - `[Reactions ]`: reactionsFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CommentCount ]`: Count of comments. + - `[LikeCount ]`: Count of likes. + - `[ShareCount ]`: Count of shares. + - `[ShowComments ]`: Determines whether or not to show comments at the bottom of the page. + - `[ShowRecommendedPages ]`: Determines whether or not to show recommended pages at the bottom of the page. + - `[ThumbnailWebUrl ]`: Url of the sitePage's thumbnail image + - `[Title ]`: Title of the sitePage. + - `[TitleArea ]`: titleArea + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AlternativeText ]`: Alternative text on the title area. + - `[EnableGradientEffect ]`: Indicates whether the title area has a gradient effect enabled. + - `[ImageWebUrl ]`: URL of the image in the title area. + - `[Layout ]`: titleAreaLayoutType + - `[ServerProcessedContent ]`: serverProcessedContent - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A unique identifier specifying the webPart type. Read-only. + - `[ComponentDependencies ]`: A key-value map where keys are string identifiers and values are component ids. SharePoint servers might decide to use this hint to preload the script for corresponding components for performance boost. + - `[Key ]`: Key of the meta data. + - `[Value ]`: Value of the meta data. + - `[CustomMetadata ]`: A key-value map where keys are string identifier and values are object of custom key-value pair. + - `[Key ]`: Key of the metadata. + - `[Value ]`: Json + - `[HtmlStrings ]`: A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them. + - `[ImageSources ]`: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. + - `[Links ]`: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. + - `[SearchablePlainTexts ]`: A key-value map where keys are string identifiers and values are strings that should be search indexed. + - `[ShowAuthor ]`: Indicates whether the author should be shown in title area. + - `[ShowPublishedDate ]`: Indicates whether the published date should be shown in title area. + - `[ShowTextBlockAboveTitle ]`: Indicates whether the text block above title should be shown in title area. + - `[TextAboveTitle ]`: The text above title line. + - `[TextAlignment ]`: titleAreaTextAlignmentType + - `[WebParts ]`: Collection of webparts on the SharePoint page - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings @@ -23023,7 +23273,7 @@ BODYPARAMETER : accessPackageAssignment - `[BucketTaskBoardFormat ]`: plannerBucketTaskBoardTaskFormat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[OrderHint ]`: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + - `[OrderHint ]`: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. - `[ChecklistItemCount ]`: Number of checklist items that are present on the task. - `[CompletedBy ]`: identitySet - `[CompletedDateTime ]`: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -23134,6 +23384,11 @@ BODYPARAMETER : accessPackageAssignment - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[StatusMessage ]`: presenceStatusMessage + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExpiryDateTime ]`: dateTimeTimeZone + - `[Message ]`: itemBody + - `[PublishedDateTime ]`: - `[Print ]`: userPrint - `[(Any) ]`: This indicates any property can be added to this object. - `[RecentPrinterShares ]`: diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentPolicy.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentPolicy.md deleted file mode 100644 index 0bd94efe393..00000000000 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentPolicy.md +++ /dev/null @@ -1,14687 +0,0 @@ ---- -external help file: -Module Name: Microsoft.Graph.Identity.Governance -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/update-mgentitlementmanagementaccesspackageassignmentpolicy -schema: 2.0.0 ---- - -# Update-MgEntitlementManagementAccessPackageAssignmentPolicy - -## SYNOPSIS -Update the navigation property accessPackageAssignmentPolicies in identityGovernance - -## SYNTAX - -### UpdateExpanded (Default) -``` -Update-MgEntitlementManagementAccessPackageAssignmentPolicy -AccessPackageAssignmentPolicyId - -AccessPackageId [-AccessPackage ] - [-AccessPackageCatalog ] [-AccessPackageId1 ] - [-AccessReviewSettings ] [-AdditionalProperties ] - [-CanExtend] [-CreatedBy ] [-CreatedDateTime ] - [-CustomExtensionHandlers ] [-Description ] - [-DisplayName ] [-DurationInDays ] [-ExpirationDateTime ] [-Id ] - [-ModifiedBy ] [-ModifiedDateTime ] [-Questions ] - [-RequestApprovalSettings ] - [-RequestorSettings ] [-PassThru] [-Confirm] [-WhatIf] [] -``` - -### Update -``` -Update-MgEntitlementManagementAccessPackageAssignmentPolicy -AccessPackageAssignmentPolicyId - -AccessPackageId -BodyParameter [-PassThru] - [-Confirm] [-WhatIf] [] -``` - -### UpdateViaIdentity -``` -Update-MgEntitlementManagementAccessPackageAssignmentPolicy -InputObject - -BodyParameter [-PassThru] [-Confirm] [-WhatIf] - [] -``` - -### UpdateViaIdentityExpanded -``` -Update-MgEntitlementManagementAccessPackageAssignmentPolicy -InputObject - [-AccessPackageId ] [-AccessPackage ] - [-AccessPackageCatalog ] - [-AccessReviewSettings ] [-AdditionalProperties ] - [-CanExtend] [-CreatedBy ] [-CreatedDateTime ] - [-CustomExtensionHandlers ] [-Description ] - [-DisplayName ] [-DurationInDays ] [-ExpirationDateTime ] [-Id ] - [-ModifiedBy ] [-ModifiedDateTime ] [-Questions ] - [-RequestApprovalSettings ] - [-RequestorSettings ] [-PassThru] [-Confirm] [-WhatIf] [] -``` - -## DESCRIPTION -Update the navigation property accessPackageAssignmentPolicies in identityGovernance - -## EXAMPLES - -## PARAMETERS - -### -AccessPackage -accessPackage -To construct, please use Get-Help -Online and see NOTES section for ACCESSPACKAGE properties and create a hash table. - -```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAccessPackage -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AccessPackageAssignmentPolicyId -key: id of accessPackageAssignmentPolicy - -```yaml -Type: System.String -Parameter Sets: Update, UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AccessPackageCatalog -accessPackageCatalog -To construct, please use Get-Help -Online and see NOTES section for ACCESSPACKAGECATALOG properties and create a hash table. - -```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAccessPackageCatalog1 -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AccessPackageId -key: id of accessPackage - -```yaml -Type: System.String -Parameter Sets: Update, UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AccessPackageId1 -Identifier of the access package. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AccessReviewSettings -assignmentReviewSettings -To construct, please use Get-Help -Online and see NOTES section for ACCESSREVIEWSETTINGS properties and create a hash table. - -```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAssignmentReviewSettings -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AdditionalProperties -Additional Parameters - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BodyParameter -accessPackageAssignmentPolicy -To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. - -```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAccessPackageAssignmentPolicy1 -Parameter Sets: Update, UpdateViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -CanExtend -Indicates whether a user can extend the access package assignment duration after approval. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -CreatedBy -. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -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 - -```yaml -Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -CustomExtensionHandlers -The collection of stages when to execute one or more custom access package workflow extensions. -Supports $expand. -To construct, please use Get-Help -Online and see NOTES section for CUSTOMEXTENSIONHANDLERS properties and create a hash table. - -```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCustomExtensionHandler[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Description -The description of the policy. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DisplayName -The display name of the policy. -Supports $filter (eq). - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DurationInDays -The number of days in which assignments from this policy last until they are expired. - -```yaml -Type: System.Int32 -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ExpirationDateTime -The expiration date for assignments created in this policy. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - -```yaml -Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Id -The unique idenfier for an entity. -Read-only. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Graph.PowerShell.Models.IIdentityGovernanceIdentity -Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -ModifiedBy -. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ModifiedDateTime -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - -```yaml -Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Questions -Questions that are posed to the requestor. -To construct, please use Get-Help -Online and see NOTES section for QUESTIONS properties and create a hash table. - -```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAccessPackageQuestion[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -RequestApprovalSettings -approvalSettings -To construct, please use Get-Help -Online and see NOTES section for REQUESTAPPROVALSETTINGS properties and create a hash table. - -```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApprovalSettings -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -RequestorSettings -requestorSettings -To construct, please use Get-Help -Online and see NOTES section for REQUESTORSETTINGS properties and create a hash table. - -```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRequestorSettings -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Graph.PowerShell.Models.IIdentityGovernanceIdentity - -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAccessPackageAssignmentPolicy1 - -## OUTPUTS - -### System.Boolean - -## NOTES - -ALIASES - -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -ACCESSPACKAGE : accessPackage - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AccessPackageAssignmentPolicies ]`: Read-only. Nullable. Supports $expand. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AccessPackage ]`: accessPackage - - `[AccessPackageCatalog ]`: accessPackageCatalog - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AccessPackageResourceRoles ]`: The roles in each resource in a catalog. Read-only. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AccessPackageResource ]`: accessPackageResource - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AccessPackageResourceEnvironment ]`: accessPackageResourceEnvironment - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AccessPackageResources ]`: Read-only. Required. - - `[ConnectionInfo ]`: connectionInfo - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Url ]`: The endpoint that is used by Entitlement Management to communicate with the access package resource. - - `[CreatedBy ]`: The display name of the user that created this object. - - `[CreatedDateTime ]`: The date and time that this object was created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[Description ]`: The description of this object. - - `[DisplayName ]`: The display name of this object. - - `[IsDefaultEnvironment ]`: Determines whether this is default environment or not. It is set to true for all static origin systems, such as Azure AD groups and Azure AD Applications. - - `[ModifiedBy ]`: The display name of the entity that last modified this object. - - `[ModifiedDateTime ]`: The date and time that this object was last modified. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[OriginId ]`: The unique identifier of this environment in the origin system. - - `[OriginSystem ]`: The type of the resource in the origin system, that is, SharePointOnline. Requires $filter (eq). - - `[AccessPackageResourceRoles ]`: Read-only. Nullable. Supports $expand. - - `[AccessPackageResourceScopes ]`: Read-only. Nullable. Supports $expand. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AccessPackageResource ]`: accessPackageResource - - `[Description ]`: The description of the scope. - - `[DisplayName ]`: The display name of the scope. - - `[IsRootScope ]`: True if the scopes are arranged in a hierarchy and this is the top or root scope of the resource. - - `[OriginId ]`: The unique identifier for the scope in the resource as defined in the origin system. - - `[OriginSystem ]`: The origin system for the scope. - - `[RoleOriginId ]`: The origin system for the role, if different. - - `[Url ]`: A resource locator for the scope. - - `[AddedBy ]`: The name of the user or application that first added this resource. Read-only. - - `[AddedOn ]`: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[Attributes ]`: Contains information about the attributes to be collected from the requestor and sent to the resource application. - - `[AttributeDestination ]`: accessPackageResourceAttributeDestination - - `[(Any) ]`: This indicates any property can be added to this object. - - `[AttributeName ]`: The name of the attribute in the end system. If the destination is accessPackageUserDirectoryAttributeStore, then a user property such as jobTitle or a directory schema extension for the user object type, such as extension_2b676109c7c74ae2b41549205f1947ed_personalTitle. - - `[AttributeSource ]`: accessPackageResourceAttributeSource - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: Unique identifier for the attribute on the access package resource. Read-only. - - `[IsEditable ]`: Specifies whether or not an existing attribute value can be edited by the requester. - - `[IsPersistedOnAssignmentRemoval ]`: Specifies whether the attribute will remain in the end system after an assignment ends. - - `[Description ]`: A description for the resource. - - `[DisplayName ]`: The display name of the resource, such as the application name, group name or site name. - - `[IsPendingOnboarding ]`: True if the resource is not yet available for assignment. Read-only. - - `[OriginId ]`: The unique identifier of the resource in the origin system. In the case of an Azure AD group, this is the identifier of the group. - - `[OriginSystem ]`: The type of the resource in the origin system, such as SharePointOnline, AadApplication or AadGroup. - - `[ResourceType ]`: The type of the resource, such as Application if it is an Azure AD connected application, or SharePoint Online Site for a SharePoint Online site. - - `[Url ]`: A unique resource locator for the resource, such as the URL for signing a user into an application. - - `[Description ]`: A description for the resource role. - - `[DisplayName ]`: The display name of the resource role such as the role defined by the application. - - `[OriginId ]`: The unique identifier of the resource role in the origin system. For a SharePoint Online site, the originId will be the sequence number of the role in the site. - - `[OriginSystem ]`: The type of the resource in the origin system, such as SharePointOnline, AadApplication or AadGroup. - - `[AccessPackageResourceScopes ]`: - - `[AccessPackageResources ]`: - - `[AccessPackages ]`: The access packages in this catalog. Read-only. Nullable. Supports $expand. - - `[CatalogStatus ]`: Has the value Published if the access packages are available for management. - - `[CatalogType ]`: One of UserManaged or ServiceDefault. - - `[CreatedBy ]`: UPN of the user who created this resource. 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. Read-only. - - `[CustomAccessPackageWorkflowExtensions ]`: - - `[AuthenticationConfiguration ]`: customExtensionAuthenticationConfiguration - - `[(Any) ]`: This indicates any property can be added to this object. - - `[ClientConfiguration ]`: customExtensionClientConfiguration - - `[(Any) ]`: This indicates any property can be added to this object. - - `[TimeoutInMilliseconds ]`: The max duration in milliseconds that Azure AD will wait for a response from the logic app before it shuts down the connection. The valid range is between 200 and 2000 milliseconds. Default duration is 1000. - - `[Description ]`: Description for the customCalloutExtension object. - - `[DisplayName ]`: Display name for the customCalloutExtension object. - - `[EndpointConfiguration ]`: customExtensionEndpointConfiguration - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[CreatedDateTime ]`: Represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[LastModifiedDateTime ]`: Represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[Description ]`: The description of the access package catalog. - - `[DisplayName ]`: The display name of the access package catalog. Supports $filter (eq, contains). - - `[IsExternallyVisible ]`: Whether the access packages in this catalog can be requested by users outside of the tenant. - - `[ModifiedBy ]`: The UPN of the user who last modified this resource. Read-only. - - `[ModifiedDateTime ]`: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[AccessPackageId ]`: Identifier of the access package. - - `[AccessReviewSettings ]`: assignmentReviewSettings - - `[(Any) ]`: This indicates any property can be added to this object. - - `[AccessReviewTimeoutBehavior ]`: accessReviewTimeoutBehavior - - `[DurationInDays ]`: The number of days within which reviewers should provide input. - - `[IsAccessRecommendationEnabled ]`: Specifies whether to display recommendations to the reviewer. The default value is true - - `[IsApprovalJustificationRequired ]`: Specifies whether the reviewer must provide justification for the approval. The default value is true. - - `[IsEnabled ]`: If true, access reviews are required for assignments from this policy. - - `[RecurrenceType ]`: The interval for recurrence, such as monthly or quarterly. - - `[ReviewerType ]`: Who should be asked to do the review, either Self or Reviewers. - - `[Reviewers ]`: If the reviewerType is Reviewers, this collection specifies the users who will be reviewers, either by ID or as members of a group, using a collection of singleUser and groupMembers. - - `[IsBackup ]`: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. - - `[StartDateTime ]`: When the first review should start. - - `[CanExtend ]`: Indicates whether a user can extend the access package assignment duration after approval. - - `[CreatedBy ]`: - - `[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 - - `[CustomExtensionHandlers ]`: The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[CustomExtension ]`: customAccessPackageWorkflowExtension - - `[Stage ]`: accessPackageCustomExtensionStage - - `[Description ]`: The description of the policy. - - `[DisplayName ]`: The display name of the policy. Supports $filter (eq). - - `[DurationInDays ]`: The number of days in which assignments from this policy last until they are expired. - - `[ExpirationDateTime ]`: The expiration date for assignments created in this policy. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[ModifiedBy ]`: - - `[ModifiedDateTime ]`: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[Questions ]`: Questions that are posed to the requestor. - - `[Id ]`: ID of the question. - - `[IsAnswerEditable ]`: Specifies whether the requestor is allowed to edit answers to questions. - - `[IsRequired ]`: Whether the requestor is required to supply an answer or not. - - `[Sequence ]`: Relative position of this question when displaying a list of questions to the requestor. - - `[Text ]`: accessPackageLocalizedContent - - `[(Any) ]`: This indicates any property can be added to this object. - - `[DefaultText ]`: The fallback string, which is used when a requested localization is not available. Required. - - `[LocalizedTexts ]`: Content represented in a format for a specific locale. - - `[LanguageCode ]`: The ISO code for the intended language. Required. - - `[Text ]`: The text in the specific language. Required. - - `[RequestApprovalSettings ]`: approvalSettings - - `[(Any) ]`: This indicates any property can be added to this object. - - `[ApprovalMode ]`: One of SingleStage, Serial, Parallel, NoApproval (default). NoApproval is used when isApprovalRequired is false. - - `[ApprovalStages ]`: If approval is required, the one or two elements of this collection define each of the stages of approval. An empty array if no approval is required. - - `[ApprovalStageTimeOutInDays ]`: The number of days that a request can be pending a response before it is automatically denied. - - `[EscalationApprovers ]`: If escalation is enabled and the primary approvers do not respond before the escalation time, the escalationApprovers are the users who will be asked to approve requests. This can be a collection of singleUser, groupMembers, requestorManager, internalSponsors and externalSponsors. When creating or updating a policy, if there are no escalation approvers, or escalation approvers are not required for the stage, the value of this property should be an empty collection. - - `[EscalationTimeInMinutes ]`: If escalation is required, the time a request can be pending a response from a primary approver. - - `[IsApproverJustificationRequired ]`: Indicates whether the approver is required to provide a justification for approving a request. - - `[IsEscalationEnabled ]`: If true, then one or more escalation approvers are configured in this approval stage. - - `[PrimaryApprovers ]`: The users who will be asked to approve requests. A collection of singleUser, groupMembers, requestorManager, internalSponsors and externalSponsors. When creating or updating a policy, include at least one userSet in this collection. - - `[IsApprovalRequired ]`: Indicates whether approval is required for requests in this policy. - - `[IsApprovalRequiredForExtension ]`: Indicates whether approval is required for a user to extend their assignment. - - `[IsRequestorJustificationRequired ]`: Indicates whether the requestor is required to supply a justification in their request. - - `[RequestorSettings ]`: requestorSettings - - `[(Any) ]`: This indicates any property can be added to this object. - - `[AcceptRequests ]`: Indicates whether new requests are accepted on this policy. - - `[AllowedRequestors ]`: The users who are allowed to request on this policy, which can be singleUser, groupMembers, and connectedOrganizationMembers. - - `[ScopeType ]`: Who can request. One of NoSubjects, SpecificDirectorySubjects, SpecificConnectedOrganizationSubjects, AllConfiguredConnectedOrganizationSubjects, AllExistingConnectedOrganizationSubjects, AllExistingDirectoryMemberUsers, AllExistingDirectorySubjects or AllExternalSubjects. - - `[AccessPackageCatalog ]`: accessPackageCatalog - - `[AccessPackageResourceRoleScopes ]`: - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AccessPackageResourceRole ]`: accessPackageResourceRole - - `[AccessPackageResourceScope ]`: accessPackageResourceScope - - `[CreatedBy ]`: - - `[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 - - `[ModifiedBy ]`: - - `[ModifiedDateTime ]`: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[AccessPackagesIncompatibleWith ]`: The access packages that are incompatible with this package. Read-only. - - `[CatalogId ]`: Identifier of the access package catalog referencing this access package. Read-only. - - `[CreatedBy ]`: The userPrincipalName of the user or identity of the subject who created this resource. 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. Read-only. - - `[Description ]`: The description of the access package. - - `[DisplayName ]`: The display name of the access package. Supports $filter (eq, contains). - - `[IncompatibleAccessPackages ]`: The access packages whose assigned users are ineligible to be assigned this access package. - - `[IncompatibleGroups ]`: The groups whose members are ineligible to be assigned this access package. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AcceptedSenders ]`: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[AccessType ]`: groupAccessType - - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. 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. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AppRoleId ]`: The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application's service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create. - - `[CreationTimestamp ]`: The time when the app role assignment was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[PrincipalDisplayName ]`: The display name of the user, group, or service principal that was granted the app role assignment. Read-only. Supports $filter (eq and startswith). - - `[PrincipalId ]`: The unique identifier (id) for the user, security group, or service principal being granted the app role. Security groups with dynamic memberships are supported. Required on create. - - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. - - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. - - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). - - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. - - `[DisplayName ]`: The display name of the label. Read-only. - - `[LabelId ]`: The unique identifier of the label. - - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq). Read-only. - - `[DisabledPlans ]`: A collection of the unique identifiers for plans that have been disabled. - - `[SkuId ]`: The unique identifier for the SKU. - - `[AutoSubscribeNewMembers ]`: Indicates if new members added to the group will be auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; do not set it in the initial POST request that creates the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[Calendar ]`: calendar - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AllowedOnlineMeetingProviders ]`: Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. - - `[CalendarGroupId ]`: The calendarGroup in which to create the calendar. If the user has never explicitly set a group for the calendar, this property is null. - - `[CalendarPermissions ]`: The permissions of the users with whom the calendar is shared. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AllowedRoles ]`: List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom. - - `[EmailAddress ]`: emailAddress - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: The email address of the person or entity. - - `[Name ]`: The display name of the person or entity. - - `[IsInsideOrganization ]`: True if the user in context (sharee or delegate) is inside the same organization as the calendar owner. - - `[IsRemovable ]`: True if the user can be removed from the list of sharees or delegates for the specified calendar, false otherwise. The 'My organization' user determines the permissions other people within your organization have to the given calendar. You cannot remove 'My organization' as a sharee to a calendar. - - `[Role ]`: calendarRoleType - - `[CalendarView ]`: The calendar view for the calendar. Navigation property. Read-only. - - `[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 idenfier for an entity. Read-only. - - `[AllowNewTimeProposals ]`: true if the meeting organizer allows invitees to propose a new time when responding; otherwise false. Optional. Default is true. - - `[Attachments ]`: The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[ContentType ]`: The MIME type. - - `[IsInline ]`: true if the attachment is an inline attachment; otherwise, false. - - `[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 - - `[Name ]`: The attachment's file name. - - `[Size ]`: The length of the attachment in bytes. - - `[Attendees ]`: The collection of attendees for the event. - - `[Type ]`: attendeeType - - `[EmailAddress ]`: emailAddress - - `[ProposedNewTime ]`: timeSlot - - `[(Any) ]`: This indicates any property can be added to this object. - - `[End ]`: dateTimeTimeZone - - `[(Any) ]`: This indicates any property can be added to this object. - - `[DateTime ]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). - - `[TimeZone ]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values. - - `[Start ]`: dateTimeTimeZone - - `[Status ]`: responseStatus - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Response ]`: responseType - - `[Time ]`: The date and time when the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[Body ]`: itemBody - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Content ]`: The content of the item. - - `[ContentType ]`: bodyType - - `[BodyPreview ]`: The preview of the message associated with the event. It is in text format. - - `[Calendar ]`: calendar - - `[CancelledOccurrences ]`: Contains occurrenceId property values of cancelled instances in a recurring series, if the event is the series master. Instances in a recurring series that are cancelled are called cancelledOccurences.Returned only on $select in a Get operation which specifies the id of a series master event (that is, the seriesMasterId property value). - - `[End ]`: dateTimeTimeZone - - `[ExceptionOccurrences ]`: - - `[Extensions ]`: The collection of open extensions defined for the event. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[HasAttachments ]`: Set to true if the event has attachments. - - `[HideAttendees ]`: When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. Default is false. - - `[Importance ]`: importance - - `[Instances ]`: The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. - - `[IsAllDay ]`: - - `[IsCancelled ]`: - - `[IsDraft ]`: - - `[IsOnlineMeeting ]`: - - `[IsOrganizer ]`: - - `[IsReminderOn ]`: - - `[Location ]`: location - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress - - `[(Any) ]`: This indicates any property can be added to this object. - - `[City ]`: The city. - - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. - - `[PostOfficeBox ]`: The post office box number. - - `[PostalCode ]`: The postal code. - - `[State ]`: The state. - - `[Street ]`: The street. - - `[Type ]`: physicalAddressType - - `[Coordinates ]`: outlookGeoCoordinates - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Accuracy ]`: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. - - `[Altitude ]`: The altitude of the location. - - `[AltitudeAccuracy ]`: The accuracy of the altitude. - - `[Latitude ]`: The latitude of the location. - - `[Longitude ]`: The longitude of the location. - - `[DisplayName ]`: The name associated with the location. - - `[LocationEmailAddress ]`: Optional email address of the location. - - `[LocationType ]`: locationType - - `[LocationUri ]`: Optional URI representing the location. - - `[UniqueId ]`: For internal use only. - - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: - - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Value ]`: A collection of property values. - - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo - - `[(Any) ]`: This indicates any property can be added to this object. - - `[ConferenceId ]`: The ID of the conference. - - `[JoinUrl ]`: The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting. - - `[Phones ]`: All of the phone numbers associated with this conference. - - `[Number ]`: The phone number. - - `[Type ]`: phoneType - - `[QuickDial ]`: The pre-formatted quickdial for this call. - - `[TollFreeNumbers ]`: The toll free numbers that can be used to join the conference. - - `[TollNumber ]`: The toll number that can be used to join the conference. - - `[OnlineMeetingProvider ]`: onlineMeetingProviderType - - `[OnlineMeetingUrl ]`: - - `[Organizer ]`: recipient - - `[(Any) ]`: This indicates any property can be added to this object. - - `[EmailAddress ]`: emailAddress - - `[OriginalEndTimeZone ]`: - - `[OriginalStart ]`: - - `[OriginalStartTimeZone ]`: - - `[Recurrence ]`: patternedRecurrence - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Pattern ]`: recurrencePattern - - `[(Any) ]`: This indicates any property can be added to this object. - - `[DayOfMonth ]`: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly. - - `[DaysOfWeek ]`: A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly. - - `[FirstDayOfWeek ]`: dayOfWeek - - `[Index ]`: weekIndex - - `[Interval ]`: The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required. - - `[Month ]`: The month in which the event occurs. This is a number from 1 to 12. - - `[Type ]`: recurrencePatternType - - `[Range ]`: recurrenceRange - - `[(Any) ]`: This indicates any property can be added to this object. - - `[EndDate ]`: The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate. - - `[NumberOfOccurrences ]`: The number of times to repeat the event. Required and must be positive if type is numbered. - - `[RecurrenceTimeZone ]`: Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used. - - `[StartDate ]`: The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required. - - `[Type ]`: recurrenceRangeType - - `[ReminderMinutesBeforeStart ]`: - - `[ResponseRequested ]`: - - `[ResponseStatus ]`: responseStatus - - `[Sensitivity ]`: sensitivity - - `[SeriesMasterId ]`: - - `[ShowAs ]`: freeBusyStatus - - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the event. Read-only. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Value ]`: A property value. - - `[Start ]`: dateTimeTimeZone - - `[Subject ]`: - - `[TransactionId ]`: - - `[Type ]`: eventType - - `[Uid ]`: - - `[WebLink ]`: - - `[CanEdit ]`: true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only. - - `[CanShare ]`: true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only. - - `[CanViewPrivateItems ]`: true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only. - - `[ChangeKey ]`: Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only. - - `[Color ]`: calendarColor - - `[DefaultOnlineMeetingProvider ]`: onlineMeetingProviderType - - `[Events ]`: The events in the calendar. Navigation property. Read-only. - - `[HexColor ]`: The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. - - `[IsDefaultCalendar ]`: true if this is the default calendar where new events are created by default, false otherwise. - - `[IsRemovable ]`: Indicates whether this user calendar can be deleted from the user mailbox. - - `[IsShared ]`: true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only. - - `[IsSharedWithMe ]`: true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only. - - `[IsTallyingResponses ]`: Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses. - - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the calendar. Read-only. Nullable. - - `[Name ]`: The calendar name. - - `[Owner ]`: emailAddress - - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the calendar. Read-only. Nullable. - - `[CalendarView ]`: The calendar view for the calendar. Read-only. - - `[Classification ]`: Describes a classification for the group (such as low, medium or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith). - - `[Conversations ]`: The group's conversations. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[HasAttachments ]`: Indicates whether any of the posts within this Conversation has at least one attachment. Supports $filter (eq, ne) and $search. - - `[LastDeliveredDateTime ]`: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, ne, le, ge). - - `[Preview ]`: A short summary from the body of the latest post in this conversation. - - `[Threads ]`: A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[CcRecipients ]`: The Cc: recipients for the thread. Returned only on $select. - - `[HasAttachments ]`: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. - - `[IsLocked ]`: Indicates if the thread is locked. Returned by default. - - `[LastDeliveredDateTime ]`: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. - - `[Posts ]`: - - `[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 idenfier for an entity. Read-only. - - `[Attachments ]`: The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable. Supports $expand. - - `[Body ]`: itemBody - - `[ConversationId ]`: Unique ID of the conversation. Read-only. - - `[ConversationThreadId ]`: Unique ID of the conversation thread. Read-only. - - `[Extensions ]`: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. - - `[From ]`: recipient - - `[HasAttachments ]`: Indicates whether the post has at least one attachment. This is a default property. - - `[Importance ]`: importance - - `[InReplyTo ]`: post - - `[Mentions ]`: - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Application ]`: The name of the application where the mention is created. Optional. Not used and defaulted as null for message. - - `[ClientReference ]`: A unique identifier that represents a parent of the resource instance. Optional. Not used and defaulted as null for message. - - `[CreatedBy ]`: emailAddress - - `[CreatedDateTime ]`: The date and time that the mention is created on the client. - - `[DeepLink ]`: A deep web link to the context of the mention in the resource instance. Optional. Not used and defaulted as null for message. - - `[MentionText ]`: Optional. Not used and defaulted as null for message. To get the mentions in a message, see the bodyPreview property of the message instead. - - `[Mentioned ]`: emailAddress - - `[ServerCreatedDateTime ]`: The date and time that the mention is created on the server. Optional. Not used and defaulted as null for message. - - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the post. Read-only. Nullable. - - `[NewParticipants ]`: Conversation participants that were added to the thread as part of this post. - - `[ReceivedDateTime ]`: Specifies when the post was received. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[Sender ]`: recipient - - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the post. Read-only. Nullable. - - `[Preview ]`: A short summary from the body of the latest post in this conversation. Returned by default. - - `[ToRecipients ]`: The To: recipients for the thread. Returned only on $select. - - `[Topic ]`: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. - - `[UniqueSenders ]`: All the users that sent a message to this thread. Returned by default. - - `[Topic ]`: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. - - `[UniqueSenders ]`: All the users that sent a message to this Conversation. - - `[CreatedByAppId ]`: App ID of the app used to create the group. Can be null for some groups. Returned by default. Read-only. Supports $filter (eq, ne, not, in, startsWith). - - `[CreatedDateTime ]`: Timestamp of when the group was created. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. - - `[CreatedOnBehalfOf ]`: directoryObject - - `[Description ]`: An optional description for the group. Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith) and $search. - - `[DisplayName ]`: The display name for the group. Required. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[Drive ]`: drive - - `[(Any) ]`: This indicates any property can be added to this object. - - `[CreatedBy ]`: identitySet - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Application ]`: identity - - `[(Any) ]`: This indicates any property can be added to this object. - - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - - `[Id ]`: Unique identifier for the identity. - - `[Device ]`: identity - - `[User ]`: identity - - `[CreatedByUser ]`: user - - `[(Any) ]`: This indicates any property can be added to this object. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AboutMe ]`: A freeform text entry field for the user to describe themselves. Returned only on $select. - - `[AccountEnabled ]`: true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter (eq, ne, not, and in). - - `[Activities ]`: - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[ActivationUrl ]`: Required. URL used to launch the activity in the best native experience represented by the appId. Might launch a web-based app if no native app exists. - - `[ActivitySourceHost ]`: Required. URL for the domain representing the cross-platform identity mapping for the app. Mapping is stored either as a JSON file hosted on the domain or configurable via Windows Dev Center. The JSON file is named cross-platform-app-identifiers and is hosted at root of your HTTPS domain, either at the top level domain or include a sub domain. For example: https://contoso.com or https://myapp.contoso.com but NOT https://myapp.contoso.com/somepath. You must have a unique file and domain (or sub domain) per cross-platform app identity. For example, a separate file and domain is needed for Word vs. PowerPoint. - - `[AppActivityId ]`: Required. The unique activity ID in the context of the app - supplied by caller and immutable thereafter. - - `[AppDisplayName ]`: Optional. Short text description of the app used to generate the activity for use in cases when the app is not installed on the user’s local device. - - `[ContentInfo ]`: Json - - `[(Any) ]`: This indicates any property can be added to this object. - - `[ContentUrl ]`: Optional. Used in the event the content can be rendered outside of a native or web-based app experience (for example, a pointer to an item in an RSS feed). - - `[CreatedDateTime ]`: Set by the server. DateTime in UTC when the object was created on the server. - - `[ExpirationDateTime ]`: Set by the server. DateTime in UTC when the object expired on the server. - - `[FallbackUrl ]`: Optional. URL used to launch the activity in a web-based app, if available. - - `[HistoryItems ]`: - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[ActiveDurationSeconds ]`: - - `[Activity ]`: userActivity - - `[CreatedDateTime ]`: Set by the server. DateTime in UTC when the object was created on the server. - - `[ExpirationDateTime ]`: Optional. UTC DateTime when the historyItem will undergo hard-delete. Can be set by the client. - - `[LastActiveDateTime ]`: Optional. UTC DateTime when the historyItem (activity session) was last understood as active or finished - if null, historyItem status should be Ongoing. - - `[LastModifiedDateTime ]`: Set by the server. DateTime in UTC when the object was modified on the server. - - `[StartedDateTime ]`: Required. UTC DateTime when the historyItem (activity session) was started. Required for timeline history. - - `[Status ]`: status - - `[UserTimezone ]`: Optional. The timezone in which the user's device used to generate the activity was located at activity creation time. Values supplied as Olson IDs in order to support cross-platform representation. - - `[LastModifiedDateTime ]`: Set by the server. DateTime in UTC when the object was modified on the server. - - `[Status ]`: status - - `[UserTimezone ]`: Optional. The timezone in which the user's device used to generate the activity was located at activity creation time; values supplied as Olson IDs in order to support cross-platform representation. - - `[VisualElements ]`: visualInfo - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attribution ]`: imageInfo - - `[(Any) ]`: This indicates any property can be added to this object. - - `[AddImageQuery ]`: Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization. For example – a high contrast image - - `[AlternateText ]`: Optional; alt-text accessible content for the image - - `[AlternativeText ]`: - - `[IconUrl ]`: Optional; URI that points to an icon which represents the application used to generate the activity - - `[BackgroundColor ]`: Optional. Background color used to render the activity in the UI - brand color for the application source of the activity. Must be a valid hex color - - `[Content ]`: Json - - `[Description ]`: Optional. Longer text description of the user's unique activity (example: document name, first sentence, and/or metadata) - - `[DisplayText ]`: Required. Short text description of the user's unique activity (for example, document name in cases where an activity refers to document creation) - - `[AgeGroup ]`: Sets the age group of the user. Allowed values: null, Minor, NotAdult and Adult. Refer to the legal age group property definitions for further information. Supports $filter (eq, ne, not, and in). - - `[AgreementAcceptances ]`: The user's terms of use acceptance statuses. Read-only. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AgreementFileId ]`: The identifier of the agreement file accepted by the user. - - `[AgreementId ]`: The identifier of the agreement. - - `[DeviceDisplayName ]`: The display name of the device used for accepting the agreement. - - `[DeviceId ]`: The unique identifier of the device used for accepting the agreement. Supports $filter (eq) and eq for null values. - - `[DeviceOSType ]`: The operating system used to accept the agreement. - - `[DeviceOSVersion ]`: The operating system version of the device used to accept the agreement. - - `[ExpirationDateTime ]`: The expiration date time of the acceptance. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, ge, le) and eq for null values. - - `[RecordedDateTime ]`: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[State ]`: agreementAcceptanceState - - `[UserDisplayName ]`: Display name of the user when the acceptance was recorded. - - `[UserEmail ]`: Email of the user when the acceptance was recorded. - - `[UserId ]`: The identifier of the user who accepted the agreement. Supports $filter (eq). - - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[Analytics ]`: userAnalytics - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[ActivityStatistics ]`: The collection of work activities that a user spent time on during and outside of working hours. Read-only. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Activity ]`: analyticsActivityType - - `[Duration ]`: Total hours spent on the activity. The value is represented in ISO 8601 format for durations. - - `[EndDate ]`: Date when the activity ended, expressed in ISO 8601 format for calendar dates. For example, the property value could be '2019-07-03' that follows the YYYY-MM-DD format. - - `[StartDate ]`: Date when the activity started, expressed in ISO 8601 format for calendar dates. For example, the property value could be '2019-07-04' that follows the YYYY-MM-DD format. - - `[TimeZoneUsed ]`: The time zone that the user sets in Microsoft Outlook is used for the computation. For example, the property value could be 'Pacific Standard Time.' - - `[Settings ]`: settings - - `[(Any) ]`: This indicates any property can be added to this object. - - `[HasGraphMailbox ]`: Specifies if the user's primary mailbox is hosted in the cloud and is enabled for Microsoft Graph. - - `[HasLicense ]`: Specifies if the user has a MyAnalytics license assigned. - - `[HasOptedOut ]`: Specifies if the user opted out of MyAnalytics. - - `[AppConsentRequestsForApproval ]`: - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AppDisplayName ]`: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. - - `[AppId ]`: The identifier of the application. Required. Supports $filter (eq only) and $orderby. - - `[ConsentType ]`: The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required. - - `[PendingScopes ]`: A list of pending scopes waiting for approval. This is empty if the consentType is Static. Required. - - `[DisplayName ]`: The name of the scope. - - `[UserConsentRequests ]`: A list of pending user consent requests. Supports $filter (eq). - - `[ApprovalId ]`: The identifier of the approval of the request. - - `[CompletedDateTime ]`: The request completion date time. - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: The request creation date time. - - `[CustomData ]`: Free text field to define any custom data for the request. Not used. - - `[Status ]`: The status of the request. Not nullable. The possible values are: Canceled, Denied, Failed, Granted, PendingAdminDecision, PendingApproval, PendingProvisioning, PendingScheduleCreation, Provisioned, Revoked, and ScheduleCreated. Not nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Approval ]`: approval - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Steps ]`: - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AssignedToMe ]`: Indicates whether the step is assigned to the calling user to review. Read-only. - - `[DisplayName ]`: The label provided by the policy creator to identify an approval step. Read-only. - - `[Justification ]`: The justification associated with the approval step decision. - - `[ReviewResult ]`: The result of this approval record. Possible values include: NotReviewed, Approved, Denied. - - `[ReviewedBy ]`: identity - - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignedResources ]`: - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AccountEnabled ]`: true if the service principal account is enabled; otherwise, false. If set to false, then no users will be able to sign in to this app, even if they are assigned to it. Supports $filter (eq, ne, not, in). - - `[AddIns ]`: Defines custom behavior that a consuming service can use to call an app in specific contexts. For example, applications that can render file streams may set the addIns property for its 'FileHandler' functionality. This will let services like Microsoft 365 call the application in the context of a document the user is working on. - - `[Id ]`: - - `[Properties ]`: - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Type ]`: - - `[AlternativeNames ]`: Used to retrieve service principals by subscription, identify resource group and full resource ids for managed identities. Supports $filter (eq, not, ge, le, startsWith). - - `[AppDescription ]`: The description exposed by the associated application. - - `[AppDisplayName ]`: The display name exposed by the associated application. - - `[AppId ]`: The unique identifier for the associated application (its appId property). Supports $filter (eq, ne, not, in, startsWith). - - `[AppManagementPolicies ]`: The appManagementPolicy applied to this service principal. - - `[Description ]`: Description for this policy. Required. - - `[DisplayName ]`: Display name for this policy. Required. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AppliesTo ]`: - - `[IsEnabled ]`: - - `[Restrictions ]`: appManagementConfiguration - - `[(Any) ]`: This indicates any property can be added to this object. - - `[KeyCredentials ]`: Collection of keyCredential restrictions settings to be applied to an application or service principal. - - `[MaxLifetime ]`: - - `[RestrictForAppsCreatedAfterDateTime ]`: Timestamp when the policy is enforced for all apps created on or after the specified date. For existing applications, the enforcement date would be back dated. To apply to all applications regardless of their creation date, this property would be null. Nullable. - - `[RestrictionType ]`: appKeyCredentialRestrictionType - - `[PasswordCredentials ]`: Collection of password restrictions settings to be applied to an application or service principal. - - `[MaxLifetime ]`: - - `[RestrictForAppsCreatedAfterDateTime ]`: Enforces the policy for an app created on or after the enforcement date. For existing applications, the enforcement date would be backdated. To apply to all applications, this date would be null. - - `[RestrictionType ]`: appCredentialRestrictionType - - `[AppOwnerOrganizationId ]`: Contains the tenant id where the application is registered. This is applicable only to service principals backed by applications.Supports $filter (eq, ne, NOT, ge, le). - - `[AppRoleAssignedTo ]`: App role assignments for this app or service, granted to users, groups, and other service principals.Supports $expand. - - `[AppRoleAssignmentRequired ]`: Specifies whether users or other service principals need to be granted an app role assignment for this service principal before users can sign in or apps can get tokens. The default value is false. Not nullable. Supports $filter (eq, ne, NOT). - - `[AppRoleAssignments ]`: App role assignment for another app or service, granted to this service principal. Supports $expand. - - `[AppRoles ]`: The roles exposed by the application which this service principal represents. For more information see the appRoles property definition on the application entity. Not nullable. - - `[AllowedMemberTypes ]`: Specifies whether this app role can be assigned to users and groups (by setting to ['User']), to other application's (by setting to ['Application'], or both (by setting to ['User', 'Application']). App roles supporting assignment to other applications' service principals are also known as application permissions. The 'Application' value is only supported for app roles defined on application entities. - - `[Description ]`: The description for the app role. This is displayed when the app role is being assigned and, if the app role functions as an application permission, during consent experiences. - - `[DisplayName ]`: Display name for the permission that appears in the app role assignment and consent experiences. - - `[Id ]`: Unique role identifier inside the appRoles collection. When creating a new app role, a new GUID identifier must be provided. - - `[IsEnabled ]`: When creating or updating an app role, this must be set to true (which is the default). To delete a role, this must first be set to false. At that point, in a subsequent call, this role may be removed. - - `[Origin ]`: Specifies if the app role is defined on the application object or on the servicePrincipal entity. Must not be included in any POST or PATCH requests. Read-only. - - `[Value ]`: Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & ' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with .. - - `[ApplicationTemplateId ]`: Unique identifier of the applicationTemplate that the servicePrincipal was created from. Read-only. Supports $filter (eq, ne, NOT, startsWith). - - `[ClaimsMappingPolicies ]`: The claimsMappingPolicies assigned to this service principal. Supports $expand. - - `[AppliesTo ]`: - - `[Definition ]`: A string collection containing a JSON string that defines the rules and settings for a policy. The syntax for the definition differs for each derived policy type. Required. - - `[IsOrganizationDefault ]`: If set to true, activates this policy. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false. - - `[Description ]`: Description for this policy. Required. - - `[DisplayName ]`: Display name for this policy. Required. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[CreatedObjects ]`: Directory objects created by this service principal. Read-only. Nullable. - - `[CustomSecurityAttributes ]`: customSecurityAttributeValue - - `[(Any) ]`: This indicates any property can be added to this object. - - `[DelegatedPermissionClassifications ]`: The permission classifications for delegated permissions exposed by the app that this service principal represents. Supports $expand. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Classification ]`: permissionClassificationType - - `[PermissionId ]`: The unique identifier (id) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. - - `[PermissionName ]`: The claim value (value) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Does not support $filter. - - `[Description ]`: Free text field to provide an internal end-user facing description of the service principal. End-user portals such MyApps will display the application description in this field. The maximum allowed size is 1024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search. - - `[DisabledByMicrosoftStatus ]`: Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not). - - `[DisplayName ]`: The display name for the service principal. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[Endpoints ]`: Endpoints available for discovery. Services like Sharepoint populate this property with a tenant specific SharePoint endpoints that other applications can discover and use in their experiences. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Capability ]`: Describes the capability that is associated with this resource. (e.g. Messages, Conversations, etc.) Not nullable. Read-only. - - `[ProviderId ]`: Application id of the publishing underlying service. Not nullable. Read-only. - - `[ProviderName ]`: Name of the publishing underlying service. Read-only. - - `[ProviderResourceId ]`: For Microsoft 365 groups, this is set to a well-known name for the resource (e.g. Yammer.FeedURL etc.). Not nullable. Read-only. - - `[Uri ]`: URL of the published resource. Not nullable. Read-only. - - `[ErrorUrl ]`: Deprecated. Don't use. - - `[FederatedIdentityCredentials ]`: - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Audiences ]`: The audience that can appear in the external token. This field is mandatory and should be set to api://AzureADTokenExchange for Azure AD. It says what Microsoft identity platform should accept in the aud claim in the incoming token. This value represents Azure AD in your external identity provider and has no fixed value across identity providers - you may need to create a new application registration in your identity provider to serve as the audience of this token. This field can only accept a single value and has a limit of 600 characters. Required. - - `[Description ]`: The un-validated, user-provided description of the federated identity credential. It has a limit of 600 characters. Optional. - - `[Issuer ]`: The URL of the external identity provider and must match the issuer claim of the external token being exchanged. The combination of the values of issuer and subject must be unique on the app. It has a limit of 600 characters. Required. - - `[Name ]`: is the unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. It is immutable once created. Required. Not nullable. Supports $filter (eq). - - `[Subject ]`: Required. The identifier of the external software workload within the external identity provider. Like the audience value, it has no fixed format, as each identity provider uses their own - sometimes a GUID, sometimes a colon delimited identifier, sometimes arbitrary strings. The value here must match the sub claim within the token presented to Azure AD. The combination of issuer and subject must be unique on the app. It has a limit of 600 characters. Supports $filter (eq). - - `[HomeRealmDiscoveryPolicies ]`: The homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand. - - `[AppliesTo ]`: - - `[Definition ]`: A string collection containing a JSON string that defines the rules and settings for a policy. The syntax for the definition differs for each derived policy type. Required. - - `[IsOrganizationDefault ]`: If set to true, activates this policy. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false. - - `[Description ]`: Description for this policy. Required. - - `[DisplayName ]`: Display name for this policy. Required. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Homepage ]`: Home page or landing page of the application. - - `[Info ]`: informationalUrl - - `[(Any) ]`: This indicates any property can be added to this object. - - `[LogoUrl ]`: CDN URL to the application's logo, Read-only. - - `[MarketingUrl ]`: Link to the application's marketing page. For example, https://www.contoso.com/app/marketing - - `[PrivacyStatementUrl ]`: Link to the application's privacy statement. For example, https://www.contoso.com/app/privacy - - `[SupportUrl ]`: Link to the application's support page. For example, https://www.contoso.com/app/support - - `[TermsOfServiceUrl ]`: Link to the application's terms of service statement. For example, https://www.contoso.com/app/termsofservice - - `[KeyCredentials ]`: The collection of key credentials associated with the service principal. Not nullable. Supports $filter (eq, not, ge, le). - - `[CustomKeyIdentifier ]`: Custom key identifier - - `[DisplayName ]`: Friendly name for the key. Optional. - - `[EndDateTime ]`: The date and time at which the credential expires. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[Key ]`: Value for the key credential. Should be a Base64 encoded value. Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it is always null. - - `[KeyId ]`: The unique identifier for the key. - - `[StartDateTime ]`: The date and time at which the credential becomes valid.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[Type ]`: The type of key credential; for example, Symmetric, AsymmetricX509Cert. - - `[Usage ]`: A string that describes the purpose for which the key can be used; for example, Verify. - - `[LicenseDetails ]`: - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[ServicePlans ]`: Information about the service plans assigned with the license. Read-only, Not nullable - - `[AppliesTo ]`: The object the service plan can be assigned to. The possible values are:User - service plan can be assigned to individual users.Company - service plan can be assigned to the entire tenant. - - `[ProvisioningStatus ]`: The provisioning status of the service plan. The possible values are:Success - Service is fully provisioned.Disabled - Service has been disabled.ErrorStatus - The service plan has not been provisioned and is in an error state.PendingInput - Service is not yet provisioned; awaiting service confirmation.PendingActivation - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)PendingProvisioning - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet. - - `[ServicePlanId ]`: The unique identifier of the service plan. - - `[ServicePlanName ]`: The name of the service plan. - - `[SkuId ]`: Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related SubscribedSku object. Read-only - - `[SkuPartNumber ]`: Unique SKU display name. Equal to the skuPartNumber on the related SubscribedSku object; for example: 'AAD_Premium'. Read-only - - `[LoginUrl ]`: Specifies the URL where the service provider redirects the user to Azure AD to authenticate. Azure AD uses the URL to launch the application from Microsoft 365 or the Azure AD My Apps. When blank, Azure AD performs IdP-initiated sign-on for applications configured with SAML-based single sign-on. The user launches the application from Microsoft 365, the Azure AD My Apps, or the Azure AD SSO URL. - - `[LogoutUrl ]`: Specifies the URL that will be used by Microsoft's authorization service to logout an user using OpenId Connect front-channel, back-channel or SAML logout protocols. - - `[MemberOf ]`: Roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand. - - `[Notes ]`: Free text field to capture information about the service principal, typically used for operational purposes. Maximum allowed size is 1024 characters. - - `[NotificationEmailAddresses ]`: Specifies the list of email addresses where Azure AD sends a notification when the active certificate is near the expiration date. This is only for the certificates used to sign the SAML token issued for Azure AD Gallery applications. - - `[Oauth2PermissionGrants ]`: Delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user. Read-only. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[ClientId ]`: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). - - `[ConsentType ]`: Indicates whether authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only). - - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - - `[PrincipalId ]`: The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal. Supports $filter (eq only). - - `[ResourceId ]`: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. Supports $filter (eq only). - - `[Scope ]`: A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal. Must not exceed 3850 characters in length. - - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - - `[OwnedObjects ]`: Directory objects that are owned by this service principal. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). - - `[Owners ]`: Directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). - - `[PasswordCredentials ]`: The collection of password credentials associated with the service principal. Not nullable. - - `[CustomKeyIdentifier ]`: Do not use. - - `[DisplayName ]`: Friendly name for the password. Optional. - - `[EndDateTime ]`: The date and time at which the password expires represented using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional. - - `[Hint ]`: Contains the first three characters of the password. Read-only. - - `[KeyId ]`: The unique identifier for the password. - - `[SecretText ]`: Read-only; Contains the strong passwords generated by Azure AD that are 16-64 characters in length. The generated password value is only returned during the initial POST request to addPassword. There is no way to retrieve this password in the future. - - `[StartDateTime ]`: The date and time at which the password becomes valid. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional. - - `[PasswordSingleSignOnSettings ]`: passwordSingleSignOnSettings - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Fields ]`: - - `[CustomizedLabel ]`: Title/label override for customization. - - `[DefaultLabel ]`: Label that would be used if no customizedLabel is provided. Read only. - - `[FieldId ]`: Id used to identity the field type. This is an internal id and possible values are param_1, param_2, param_userName, param_password. - - `[Type ]`: Type of the credential. The values can be text, password. - - `[PreferredSingleSignOnMode ]`: Specifies the single sign-on mode configured for this application. Azure AD uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Azure AD My Apps. The supported values are password, saml, notSupported, and oidc. - - `[PreferredTokenSigningKeyEndDateTime ]`: Specifies the expiration date of the keyCredential used for token signing, marked by preferredTokenSigningKeyThumbprint. - - `[PreferredTokenSigningKeyThumbprint ]`: Reserved for internal use only. Do not write or otherwise rely on this property. May be removed in future versions. - - `[PublishedPermissionScopes ]`: The delegated permissions exposed by the application. For more information see the oauth2PermissionScopes property on the application entity's api property. Not nullable. Note: This property is named oauth2PermissionScopes in v1.0. - - `[AdminConsentDescription ]`: A description of the delegated permissions, intended to be read by an administrator granting the permission on behalf of all users. This text appears in tenant-wide admin consent experiences. - - `[AdminConsentDisplayName ]`: The permission's title, intended to be read by an administrator granting the permission on behalf of all users. - - `[Id ]`: Unique delegated permission identifier inside the collection of delegated permissions defined for a resource application. - - `[IsEnabled ]`: When creating or updating a permission, this property must be set to true (which is the default). To delete a permission, this property must first be set to false. At that point, in a subsequent call, the permission may be removed. - - `[Origin ]`: - - `[Type ]`: The possible values are: User and Admin. Specifies whether this delegated permission should be considered safe for non-admin users to consent to on behalf of themselves, or whether an administrator consent should always be required. While Microsoft Graph defines the default consent requirement for each permission, the tenant administrator may override the behavior in their organization (by allowing, restricting, or limiting user consent to this delegated permission). For more information, see Configure how users consent to applications. - - `[UserConsentDescription ]`: A description of the delegated permissions, intended to be read by a user granting the permission on their own behalf. This text appears in consent experiences where the user is consenting only on behalf of themselves. - - `[UserConsentDisplayName ]`: A title for the permission, intended to be read by a user granting the permission on their own behalf. This text appears in consent experiences where the user is consenting only on behalf of themselves. - - `[Value ]`: Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & ' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with .. - - `[PublisherName ]`: The name of the Azure AD tenant that published the application. - - `[ReplyUrls ]`: The URLs that user tokens are sent to for sign in with the associated application, or the redirect URIs that OAuth 2.0 authorization codes and access tokens are sent to for the associated application. Not nullable. - - `[SamlMetadataUrl ]`: The url where the service exposes SAML metadata for federation. - - `[SamlSingleSignOnSettings ]`: samlSingleSignOnSettings - - `[(Any) ]`: This indicates any property can be added to this object. - - `[RelayState ]`: The relative URI the service provider would redirect to after completion of the single sign-on flow. - - `[ServicePrincipalNames ]`: Contains the list of identifiersUris, copied over from the associated application. Additional values can be added to hybrid applications. These values can be used to identify the permissions exposed by this app within Azure AD. For example,Client apps can specify a resource URI which is based on the values of this property to acquire an access token, which is the URI returned in the 'aud' claim.The any operator is required for filter expressions on multi-valued properties. Not nullable. Supports $filter (eq, not, ge, le, startsWith). - - `[ServicePrincipalType ]`: Identifies if the service principal represents an application or a managed identity. This is set by Azure AD internally. For a service principal that represents an application this is set as Application. For a service principal that represent a managed identity this is set as ManagedIdentity. The SocialIdp type is for internal use. - - `[SignInAudience ]`: Specifies the Microsoft accounts that are supported for the current application. Read-only. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (single-tenant).AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only. - - `[Synchronization ]`: synchronization - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Jobs ]`: Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Schedule ]`: synchronizationSchedule - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Expiration ]`: Date and time when this job will expire. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[Interval ]`: The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month. - - `[State ]`: synchronizationScheduleState - - `[Schema ]`: synchronizationSchema - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Directories ]`: Contains the collection of directories and all of their objects. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Discoverabilities ]`: directoryDefinitionDiscoverabilities - - `[DiscoveryDateTime ]`: Represents the discovery date and time using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[Name ]`: Name of the directory. Must be unique within the synchronization schema. Not nullable. - - `[Objects ]`: Collection of objects supported by the directory. - - `[Attributes ]`: - - `[Anchor ]`: true if the attribute should be used as the anchor for the object. Anchor attributes must have a unique value identifying an object, and must be immutable. Default is false. One, and only one, of the object's attributes must be designated as the anchor to support synchronization. - - `[ApiExpressions ]`: - - `[Key ]`: Key. - - `[Value ]`: Value. - - `[CaseExact ]`: true if value of this attribute should be treated as case-sensitive. This setting affects how the synchronization engine detects changes for the attribute. - - `[DefaultValue ]`: - - `[FlowNullValues ]`: 'true' to allow null values for attributes. - - `[Metadata ]`: Additional extension properties. Unless mentioned explicitly, metadata values should not be changed. - - `[Key ]`: Name of the metadata property. - - `[Value ]`: Value of the metadata property. - - `[Multivalued ]`: true if an attribute can have multiple values. Default is false. - - `[Mutability ]`: mutability - - `[Name ]`: Name of the attribute. Must be unique within the object definition. Not nullable. - - `[ReferencedObjects ]`: For attributes with reference type, lists referenced objects (for example, the manager attribute would list User as the referenced object). - - `[ReferencedObjectName ]`: Name of the referenced object. Must match one of the objects in the directory definition. - - `[ReferencedProperty ]`: Currently not supported. Name of the property in the referenced object, the value for which is used as the reference. - - `[Required ]`: true if attribute is required. Object can not be created if any of the required attributes are missing. If during synchronization, the required attribute has no value, the default value will be used. If default the value was not set, synchronization will record an error. - - `[Type ]`: attributeType - - `[Metadata ]`: - - `[Name ]`: - - `[SupportedApis ]`: - - `[ReadOnly ]`: - - `[Version ]`: Read only value that indicates version discovered. null if discovery has not yet occurred. - - `[SynchronizationRules ]`: A collection of synchronization rules configured for the synchronizationJob or synchronizationTemplate. - - `[Editable ]`: true if the synchronization rule can be customized; false if this rule is read-only and should not be changed. - - `[Id ]`: Synchronization rule identifier. Must be one of the identifiers recognized by the synchronization engine. Supported rule identifiers can be found in the synchronization template returned by the API. - - `[Metadata ]`: Additional extension properties. Unless instructed explicitly by the support team, metadata values should not be changed. - - `[Name ]`: Human-readable name of the synchronization rule. Not nullable. - - `[ObjectMappings ]`: Collection of object mappings supported by the rule. Tells the synchronization engine which objects should be synchronized. - - `[AttributeMappings ]`: Attribute mappings define which attributes to map from the source object into the target object and how they should flow. A number of functions are available to support the transformation of the original source values. - - `[DefaultValue ]`: Default value to be used in case the source property was evaluated to null. Optional. - - `[ExportMissingReferences ]`: For internal use only. - - `[FlowBehavior ]`: attributeFlowBehavior - - `[FlowType ]`: attributeFlowType - - `[MatchingPriority ]`: If higher than 0, this attribute will be used to perform an initial match of the objects between source and target directories. The synchronization engine will try to find the matching object using attribute with lowest value of matching priority first. If not found, the attribute with the next matching priority will be used, and so on a until match is found or no more matching attributes are left. Only attributes that are expected to have unique values, such as email, should be used as matching attributes. - - `[Source ]`: attributeMappingSource - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Expression ]`: - - `[Name ]`: - - `[Parameters ]`: - - `[Key ]`: The name of the parameter. - - `[Value ]`: attributeMappingSource - - `[Type ]`: attributeMappingSourceType - - `[TargetAttributeName ]`: Name of the attribute on the target object. - - `[Enabled ]`: When true, this object mapping will be processed during synchronization. When false, this object mapping will be skipped. - - `[FlowTypes ]`: objectFlowTypes - - `[Metadata ]`: Additional extension properties. Unless mentioned explicitly, metadata values should not be changed. - - `[Name ]`: Human-friendly name of the object mapping. - - `[Scope ]`: filter - - `[(Any) ]`: This indicates any property can be added to this object. - - `[CategoryFilterGroups ]`: *Experimental* Filter group set used to decide whether given object belongs and should be processed as part of this object mapping. An object is considered in scope if ANY of the groups in the collection is evaluated to true. - - `[Clauses ]`: Filter clauses (conditions) of this group. All clauses in a group must be satisfied in order for the filter group to evaluate to true. - - `[OperatorName ]`: Name of the operator to be applied to the source and target operands. Must be one of the supported operators. Supported operators can be discovered. - - `[SourceOperandName ]`: Name of source operand (the operand being tested). The source operand name must match one of the attribute names on the source object. - - `[TargetOperand ]`: filterOperand - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Values ]`: Collection of values. - - `[Name ]`: Human-readable name of the filter group. - - `[Groups ]`: Filter group set used to decide whether given object is in scope for provisioning. This is the filter which should be used in most cases. If an object used to satisfy this filter at a given moment, and then the object or the filter was changed so that filter is not satisfied any longer, such object will get de-provisioned'. An object is considered in scope if ANY of the groups in the collection is evaluated to true. - - `[InputFilterGroups ]`: *Experimental* Filter group set used to filter out objects at the early stage of reading them from the directory. If an object doesn't satisfy this filter it will not be processed further. Important to understand is that if an object used to satisfy this filter at a given moment, and then the object or the filter was changed so that filter is no longer satisfied, such object will NOT get de-provisioned. An object is considered in scope if ANY of the groups in the collection is evaluated to true. - - `[SourceObjectName ]`: Name of the object in the source directory. Must match the object name from the source directory definition. - - `[TargetObjectName ]`: Name of the object in target directory. Must match the object name from the target directory definition. - - `[Priority ]`: Priority relative to other rules in the synchronizationSchema. Rules with the lowest priority number will be processed first. - - `[SourceDirectoryName ]`: Name of the source directory. Must match one of the directory definitions in synchronizationSchema. - - `[TargetDirectoryName ]`: Name of the target directory. Must match one of the directory definitions in synchronizationSchema. - - `[Version ]`: The version of the schema, updated automatically with every schema change. - - `[Status ]`: synchronizationStatus - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Code ]`: synchronizationStatusCode - - `[CountSuccessiveCompleteFailures ]`: Number of consecutive times this job failed. - - `[EscrowsPruned ]`: true if the job's escrows (object-level errors) were pruned during initial synchronization. Escrows can be pruned if during the initial synchronization, you reach the threshold of errors that would normally put the job in quarantine. Instead of going into quarantine, the synchronization process clears the job's errors and continues until the initial synchronization is completed. When the initial synchronization is completed, the job will pause and wait for the customer to clean up the errors. - - `[LastExecution ]`: synchronizationTaskExecution - - `[(Any) ]`: This indicates any property can be added to this object. - - `[ActivityIdentifier ]`: Identifier of the job run. - - `[CountEntitled ]`: Count of processed entries that were assigned for this application. - - `[CountEntitledForProvisioning ]`: Count of processed entries that were assigned for provisioning. - - `[CountEscrowed ]`: Count of entries that were escrowed (errors). - - `[CountEscrowedRaw ]`: Count of entries that were escrowed, including system-generated escrows. - - `[CountExported ]`: Count of exported entries. - - `[CountExports ]`: Count of entries that were expected to be exported. - - `[CountImported ]`: Count of imported entries. - - `[CountImportedDeltas ]`: Count of imported delta-changes. - - `[CountImportedReferenceDeltas ]`: Count of imported delta-changes pertaining to reference changes. - - `[Error ]`: synchronizationError - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Code ]`: - - `[Message ]`: - - `[TenantActionable ]`: - - `[State ]`: synchronizationTaskExecutionResult - - `[TimeBegan ]`: Time when this job run began. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[TimeEnded ]`: Time when this job run ended. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[LastSuccessfulExecution ]`: synchronizationTaskExecution - - `[LastSuccessfulExecutionWithExports ]`: synchronizationTaskExecution - - `[Progress ]`: Details of the progress of a job toward completion. - - `[CompletedUnits ]`: The numerator of a progress ratio; the number of units of changes already processed. - - `[ProgressObservationDateTime ]`: The time of a progress observation as an offset in minutes from UTC. - - `[TotalUnits ]`: The denominator of a progress ratio; a number of units of changes to be processed to accomplish synchronization. - - `[Units ]`: An optional description of the units. - - `[Quarantine ]`: synchronizationQuarantine - - `[(Any) ]`: This indicates any property can be added to this object. - - `[CurrentBegan ]`: Date and time when the quarantine was last evaluated and imposed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[Error ]`: synchronizationError - - `[NextAttempt ]`: Date and time when the next attempt to re-evaluate the quarantine will be made. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[Reason ]`: quarantineReason - - `[SeriesBegan ]`: Date and time when the quarantine was first imposed in this series (a series starts when a quarantine is first imposed, and is reset as soon as the quarantine is lifted). The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[SeriesCount ]`: Number of times in this series the quarantine was re-evaluated and left in effect (a series starts when quarantine is first imposed, and is reset as soon as quarantine is lifted). - - `[SteadyStateFirstAchievedTime ]`: The time when steady state (no more changes to the process) was first achieved. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[SteadyStateLastAchievedTime ]`: The time when steady state (no more changes to the process) was last achieved. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[SynchronizedEntryCountByType ]`: Count of synchronized objects, listed by object type. - - `[Key ]`: Key. - - `[Value ]`: Value. - - `[TroubleshootingUrl ]`: In the event of an error, the URL with the troubleshooting steps for the issue. - - `[SynchronizationJobSettings ]`: Settings associated with the job. Some settings are inherited from the template. - - `[Name ]`: Name for this key-value pair - - `[Value ]`: Value for this key-value pair - - `[TemplateId ]`: Identifier of the synchronization template this job is based on. - - `[Secrets ]`: Represents a collection of credentials to access provisioned cloud applications. - - `[Key ]`: synchronizationSecret - - `[Value ]`: The value of the secret. - - `[Templates ]`: Pre-configured synchronization settings for a particular application. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[ApplicationId ]`: Identifier of the application this template belongs to. - - `[Default ]`: true if this template is recommended to be the default for the application. - - `[Description ]`: Description of the template. - - `[Discoverable ]`: true if this template should appear in the collection of templates available for the application instance (service principal). - - `[FactoryTag ]`: One of the well-known factory tags supported by the synchronization engine. The factoryTag tells the synchronization engine which implementation to use when processing jobs based on this template. - - `[Metadata ]`: Additional extension properties. Unless mentioned explicitly, metadata values should not be changed. - - `[Schema ]`: synchronizationSchema - - `[Tags ]`: Custom strings that can be used to categorize and identify the service principal. Not nullable. Supports $filter (eq, not, ge, le, startsWith). - - `[TokenEncryptionKeyId ]`: Specifies the keyId of a public key from the keyCredentials collection. When configured, Azure AD issues tokens for this application encrypted using the key specified by this property. The application code that receives the encrypted token must use the matching private key to decrypt the token before it can be used for the signed-in user. - - `[TokenIssuancePolicies ]`: The tokenIssuancePolicies assigned to this service principal. Supports $expand. - - `[AppliesTo ]`: - - `[Definition ]`: A string collection containing a JSON string that defines the rules and settings for a policy. The syntax for the definition differs for each derived policy type. Required. - - `[IsOrganizationDefault ]`: If set to true, activates this policy. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false. - - `[Description ]`: Description for this policy. Required. - - `[DisplayName ]`: Display name for this policy. Required. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[TokenLifetimePolicies ]`: The tokenLifetimePolicies assigned to this service principal. Supports $expand. - - `[AppliesTo ]`: - - `[Definition ]`: A string collection containing a JSON string that defines the rules and settings for a policy. The syntax for the definition differs for each derived policy type. Required. - - `[IsOrganizationDefault ]`: If set to true, activates this policy. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false. - - `[Description ]`: Description for this policy. Required. - - `[DisplayName ]`: Display name for this policy. Required. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[TransitiveMemberOf ]`: - - `[VerifiedPublisher ]`: verifiedPublisher - - `[(Any) ]`: This indicates any property can be added to this object. - - `[AddedDateTime ]`: The timestamp when the verified publisher was first added or most recently updated. - - `[DisplayName ]`: The verified publisher name from the app publisher's Microsoft Partner Network (MPN) account. - - `[VerifiedPublisherId ]`: The ID of the verified publisher from the app publisher's Partner Center account. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - - `[Approvals ]`: - - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn't differentiate directly-assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly-assigned and inherited licenses. Not nullable. Supports $filter (eq, not, /$count eq 0, /$count ne 0). - - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable.Supports $filter (eq and not). - - `[AssignedDateTime ]`: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - - `[Service ]`: The name of the service; for example, exchange. - - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. - - `[AttestationLevel ]`: attestationLevel - - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - - `[CreationDateTime ]`: - - `[DisplayName ]`: The display name of the key as given by the user. - - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: Represents all authentication methods registered to a user. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - - `[Device ]`: device - - `[(Any) ]`: This indicates any property can be added to this object. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AccountEnabled ]`: true if the account is enabled; otherwise, false. Default is true. Supports $filter (eq, ne, not, in). Only callers in Global Administrator and Cloud Device Administrator roles can set this property. - - `[AlternativeSecurityIds ]`: For internal use only. Not nullable. Supports $filter (eq, not, ge, le). - - `[IdentityProvider ]`: For internal use only - - `[Key ]`: For internal use only - - `[Type ]`: For internal use only - - `[ApproximateLastSignInDateTime ]`: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. - - `[Commands ]`: Set of commands sent to this device. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AppServiceName ]`: - - `[Error ]`: - - `[PackageFamilyName ]`: - - `[Payload ]`: payloadRequest - - `[(Any) ]`: This indicates any property can be added to this object. - - `[PermissionTicket ]`: - - `[PostBackUri ]`: - - `[Responsepayload ]`: payloadResponse - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Status ]`: - - `[Type ]`: - - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[DeviceCategory ]`: User-defined property set by Intune to automatically add devices to groups and simplify managing devices. - - `[DeviceId ]`: Unique Identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Also Supports $filter (eq, ne, not, startsWith). - - `[DeviceMetadata ]`: For internal use only. Set to null. - - `[DeviceOwnership ]`: Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal. - - `[DeviceVersion ]`: For internal use only. - - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[DomainName ]`: The on-premises domain name of Hybrid Azure AD joined devices. This property is set by Intune. - - `[EnrollmentProfileName ]`: Enrollment profile applied to the device. For example, Apple Device Enrollment Profile, Device enrollment - Corporate device identifiers, or Windows Autopilot profile name. This property is set by Intune. - - `[EnrollmentType ]`: Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement. - - `[ExtensionAttributes ]`: onPremisesExtensionAttributes - - `[(Any) ]`: This indicates any property can be added to this object. - - `[ExtensionAttribute1 ]`: First customizable extension attribute. - - `[ExtensionAttribute10 ]`: Tenth customizable extension attribute. - - `[ExtensionAttribute11 ]`: Eleventh customizable extension attribute. - - `[ExtensionAttribute12 ]`: Twelfth customizable extension attribute. - - `[ExtensionAttribute13 ]`: Thirteenth customizable extension attribute. - - `[ExtensionAttribute14 ]`: Fourteenth customizable extension attribute. - - `[ExtensionAttribute15 ]`: Fifteenth customizable extension attribute. - - `[ExtensionAttribute2 ]`: Second customizable extension attribute. - - `[ExtensionAttribute3 ]`: Third customizable extension attribute. - - `[ExtensionAttribute4 ]`: Fourth customizable extension attribute. - - `[ExtensionAttribute5 ]`: Fifth customizable extension attribute. - - `[ExtensionAttribute6 ]`: Sixth customizable extension attribute. - - `[ExtensionAttribute7 ]`: Seventh customizable extension attribute. - - `[ExtensionAttribute8 ]`: Eighth customizable extension attribute. - - `[ExtensionAttribute9 ]`: Ninth customizable extension attribute. - - `[Extensions ]`: The collection of open extensions defined for the device. Read-only. Nullable. - - `[Hostnames ]`: List of hostNames for the device. - - `[IsCompliant ]`: true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices. Supports $filter (eq, ne, not). - - `[IsManaged ]`: true if the device is managed by a Mobile Device Management (MDM) app; otherwise, false. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices. Supports $filter (eq, ne, not). - - `[IsManagementRestricted ]`: - - `[IsRooted ]`: true if device is rooted; false if device is jail-broken. This can only be updated by Intune. - - `[Kind ]`: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. - - `[ManagementType ]`: Management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController. - - `[Manufacturer ]`: Manufacturer of the device. Read-only. - - `[MdmAppId ]`: Application identifier used to register device into MDM. Read-only. Supports $filter (eq, ne, not, startsWith). - - `[MemberOf ]`: Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand. - - `[Model ]`: Model of the device. Read-only. - - `[Name ]`: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. - - `[OnPremisesLastSyncDateTime ]`: The last time at which the object was synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). - - `[OnPremisesSyncEnabled ]`: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. Supports $filter (eq, ne, not, in, and eq on null values). - - `[OperatingSystem ]`: The type of operating system on the device. Required. Supports $filter (eq, ne, not, ge, le, startsWith, and eq on null values). - - `[OperatingSystemVersion ]`: Operating system version of the device. Required. Supports $filter (eq, ne, not, ge, le, startsWith, and eq on null values). - - `[PhysicalIds ]`: For internal use only. Not nullable. Supports $filter (eq, not, ge, le, startsWith, /$count eq 0, /$count ne 0. - - `[Platform ]`: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. - - `[ProfileType ]`: The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT. - - `[RegisteredOwners ]`: The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable. Supports $expand. - - `[RegisteredUsers ]`: Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand. - - `[RegistrationDateTime ]`: Date and time of when the device was registered. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - - `[Status ]`: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. - - `[SystemLabels ]`: List of labels applied to the device by the system. Supports $filter (/$count eq 0, /$count ne 0). - - `[TransitiveMemberOf ]`: Groups and administrative units that this device is a member of. This operation is transitive. Supports $expand. - - `[TrustType ]`: Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory - - `[UsageRights ]`: Represents the usage rights a device has been granted. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[CatalogId ]`: Product id corresponding to the usage right. - - `[ServiceIdentifier ]`: Identifier of the service corresponding to the usage right. - - `[State ]`: usageRightState - - `[DeviceTag ]`: Tags containing app metadata. - - `[DisplayName ]`: The name of the device on which this app is registered. - - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[Operations ]`: Represents the status of a long-running operation. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[CreatedDateTime ]`: The start time of the operation. - - `[LastActionDateTime ]`: The time of the last action in the operation. - - `[ResourceLocation ]`: URI of the resource that the operation is performed on. - - `[Status ]`: longRunningOperationStatus - - `[StatusDetail ]`: Details about the status of the operation. - - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[CreatedDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[CreationDateTime ]`: - - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[CreatedDateTime ]`: - - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - - `[Device ]`: device - - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format +{country code} {number}x{extension}, with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating or updating if they do not match the required format. - - `[PhoneType ]`: authenticationPhoneType - - `[SmsSignInState ]`: authenticationMethodSignInState - - `[SoftwareOathMethods ]`: The software OATH TOTP applications registered to a user for authentication. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[CreatedDateTime ]`: The date and time when the Temporary Access Pass was created. - - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. - - `[IsUsableOnce ]`: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. - - `[LifetimeInMinutes ]`: The lifetime of the Temporary Access Pass in minutes starting at startDateTime. Must be between 10 and 43200 inclusive (equivalent to 30 days). - - `[MethodUsabilityReason ]`: Details about the usability state (isUsable). Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, OneTimeUsed. - - `[StartDateTime ]`: The date and time when the Temporary Access Pass becomes available to use and when isUsable is true is enforced. - - `[TemporaryAccessPass ]`: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. - - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - - `[Device ]`: device - - `[DisplayName ]`: The name of the device on which Windows Hello for Business is registered - - `[KeyStrength ]`: authenticationMethodKeyStrength - - `[AuthorizationInfo ]`: authorizationInfo - - `[(Any) ]`: This indicates any property can be added to this object. - - `[CertificateUserIds ]`: - - `[Birthday ]`: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Returned only on $select. - - `[BusinessPhones ]`: The telephone numbers for the user. 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). - - `[Calendar ]`: calendar - - `[CalendarGroups ]`: The user's calendar groups. Read-only. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Calendars ]`: The calendars in the calendar group. Navigation property. Read-only. Nullable. - - `[ChangeKey ]`: Identifies the version of the calendar group. Every time the calendar group is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only. - - `[ClassId ]`: The class identifier. Read-only. - - `[Name ]`: The group name. - - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[ChatType ]`: chatType - - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. - - `[InstalledApps ]`: A collection of all the apps in the chat. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[TeamsApp ]`: teamsApp - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AppDefinitions ]`: The details for each version of the app. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AllowedInstallationScopes ]`: teamsAppInstallationScopes - - `[AzureAdAppId ]`: The WebApplicationInfo.Id from the Teams app manifest. - - `[Bot ]`: teamworkBot - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[ColorIcon ]`: teamsAppIcon - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[HostedContent ]`: teamworkHostedContent - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[ContentBytes ]`: Write only. Bytes for the hosted content (such as images). - - `[ContentType ]`: Write only. Content type. sicj as image/png, image/jpg. - - `[WebUrl ]`: The web URL that can be used for downloading the image. - - `[CreatedBy ]`: identitySet - - `[Description ]`: Verbose description of the application. - - `[DisplayName ]`: The name of the app provided by the app developer. - - `[LastModifiedDateTime ]`: - - `[OutlineIcon ]`: teamsAppIcon - - `[PublishingState ]`: teamsAppPublishingState - - `[Shortdescription ]`: - - `[TeamsAppId ]`: The ID from the Teams app manifest. - - `[Version ]`: The version number of the application. - - `[DisplayName ]`: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. - - `[DistributionMethod ]`: teamsAppDistributionMethod - - `[ExternalId ]`: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. - - `[TeamsAppDefinition ]`: teamsAppDefinition - - `[LastMessagePreview ]`: chatMessageInfo - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Body ]`: itemBody - - `[CreatedDateTime ]`: Date time object representing the time at which message was created. - - `[EventDetail ]`: eventMessageDetail - - `[(Any) ]`: This indicates any property can be added to this object. - - `[From ]`: chatMessageFromIdentitySet - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Application ]`: identity - - `[Device ]`: identity - - `[User ]`: identity - - `[IsDeleted ]`: If set to true, the original message has been deleted. - - `[MessageType ]`: chatMessageType - - `[LastUpdatedDateTime ]`: Date and time at which the chat was renamed or list of members were last changed. Read-only. - - `[Members ]`: A collection of all the members in the chat. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[DisplayName ]`: The display name of the user. - - `[Roles ]`: The roles for that user. This property only contains additional qualifiers when relevant - for example, if the member has owner privileges, the roles property contains owner as one of the values. Similarly, if the member is a guest, the roles property contains guest as one of the values. A basic member should not have any values specified in the roles property. - - `[VisibleHistoryStartDateTime ]`: The timestamp denoting how far back a conversation's history is shared with the conversation member. This property is settable only for members of a chat. - - `[Messages ]`: A collection of all the messages in the chat. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Attachments ]`: References to attached objects like files, tabs, meetings etc. - - `[Content ]`: The content of the attachment. If the attachment is a rich card, set the property to the rich card object. This property and contentUrl are mutually exclusive. - - `[ContentType ]`: The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework's Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header. - - `[ContentUrl ]`: URL for the content of the attachment. Supported protocols: http, https, file and data. - - `[Id ]`: Read-only. Unique id of the attachment. - - `[Name ]`: Name of the attachment. - - `[TeamsAppId ]`: The ID of the Teams app that is associated with the attachment. The property is specifically used to attribute a Teams message card to the specified app. - - `[ThumbnailUrl ]`: URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user clicks the image, the channel would open the document. - - `[Body ]`: itemBody - - `[ChannelIdentity ]`: channelIdentity - - `[(Any) ]`: This indicates any property can be added to this object. - - `[ChannelId ]`: The identity of the channel in which the message was posted. - - `[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. Timestamp at which the chat message was deleted, or null if not deleted. - - `[Etag ]`: Read-only. Version number of the chat message. - - `[EventDetail ]`: eventMessageDetail - - `[From ]`: chatMessageFromIdentitySet - - `[HostedContents ]`: Content in a message hosted by Microsoft Teams - for example, images or code snippets. - - `[ContentBytes ]`: Write only. Bytes for the hosted content (such as images). - - `[ContentType ]`: Write only. Content type. sicj as image/png, image/jpg. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Importance ]`: - - `[LastEditedDateTime ]`: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - - `[LastModifiedDateTime ]`: Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. - - `[Locale ]`: Locale of the chat message set by the client. Always set to en-us. - - `[Mentions ]`: List of entities mentioned in the chat message. Supported entities are: user, bot, team, channel, and tag. - - `[Id ]`: Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body. - - `[MentionText ]`: String used to represent the mention. For example, a user's display name, a team name. - - `[Mentioned ]`: chatMessageMentionedIdentitySet - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Application ]`: identity - - `[Device ]`: identity - - `[User ]`: identity - - `[Conversation ]`: teamworkConversationIdentity - - `[(Any) ]`: This indicates any property can be added to this object. - - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - - `[Id ]`: Unique identifier for the identity. - - `[ConversationIdentityType ]`: teamworkConversationIdentityType - - `[Tag ]`: teamworkTagIdentity - - `[(Any) ]`: This indicates any property can be added to this object. - - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - - `[Id ]`: Unique identifier for the identity. - - `[MessageHistory ]`: - - `[Actions ]`: chatMessageActions - - `[ModifiedDateTime ]`: - - `[Reaction ]`: chatMessageReaction - - `[(Any) ]`: This indicates any property can be added to this object. - - `[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 - - `[ReactionType ]`: Supported values are like, angry, sad, laugh, heart, surprised. - - `[User ]`: chatMessageReactionIdentitySet - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Application ]`: identity - - `[Device ]`: identity - - `[User ]`: identity - - `[MessageType ]`: chatMessageType - - `[OnBehalfOf ]`: chatMessageFromIdentitySet - - `[PolicyViolation ]`: chatMessagePolicyViolation - - `[(Any) ]`: This indicates any property can be added to this object. - - `[DlpAction ]`: chatMessagePolicyViolationDlpActionTypes - - `[JustificationText ]`: Justification text provided by the sender of the message when overriding a policy violation. - - `[PolicyTip ]`: chatMessagePolicyViolationPolicyTip - - `[(Any) ]`: This indicates any property can be added to this object. - - `[ComplianceUrl ]`: The URL a user can visit to read about the data loss prevention policies for the organization. (ie, policies about what users shouldn't say in chats) - - `[GeneralText ]`: Explanatory text shown to the sender of the message. - - `[MatchedConditionDescriptions ]`: The list of improper data in the message that was detected by the data loss prevention app. Each DLP app defines its own conditions, examples include 'Credit Card Number' and 'Social Security Number'. - - `[UserAction ]`: chatMessagePolicyViolationUserActionTypes - - `[VerdictDetails ]`: chatMessagePolicyViolationVerdictDetailsTypes - - `[Reactions ]`: Reactions for this chat message (for example, Like). - - `[Replies ]`: Replies for a specified message. Supports $expand for channel messages. - - `[ReplyToId ]`: Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.) - - `[Subject ]`: The subject of the chat message, in plaintext. - - `[Summary ]`: Summary text of the chat message that could be used for push notifications and summary views or fall back views. Only applies to channel chat messages, not chat messages in a chat. - - `[WebUrl ]`: Read-only. Link to the message in Microsoft Teams. - - `[OnlineMeetingInfo ]`: teamworkOnlineMeetingInfo - - `[(Any) ]`: This indicates any property can be added to this object. - - `[CalendarEventId ]`: The identifier of the calendar event associated with the meeting. - - `[JoinWebUrl ]`: The URL which can be clicked on to join or uniquely identify the meeting. - - `[Organizer ]`: teamworkUserIdentity - - `[(Any) ]`: This indicates any property can be added to this object. - - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - - `[Id ]`: Unique identifier for the identity. - - `[UserIdentityType ]`: - - `[Operations ]`: A collection of all the Teams async operations that ran or are running on the chat. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AttemptsCount ]`: Number of times the operation was attempted before being marked successful or failed. - - `[CreatedDateTime ]`: Time when the operation was created. - - `[Error ]`: operationError - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Code ]`: Operation error code. - - `[Message ]`: Operation error message. - - `[LastActionDateTime ]`: Time when the async operation was last updated. - - `[OperationType ]`: - - `[Status ]`: teamsAsyncOperationStatus - - `[TargetResourceId ]`: The ID of the object that's created or modified as result of this async operation, typically a team. - - `[TargetResourceLocation ]`: The location of the object that's created or modified as result of this async operation. This URL should be treated as an opaque value and not parsed into its component paths. - - `[PermissionGrants ]`: A collection of permissions granted to apps for the chat. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[ClientAppId ]`: ID of the service principal of the Azure AD app that has been granted access. Read-only. - - `[ClientId ]`: ID of the Azure AD app that has been granted access. Read-only. - - `[Permission ]`: The name of the resource-specific permission. Read-only. - - `[PermissionType ]`: The type of permission. Possible values are: Application, Delegated. Read-only. - - `[ResourceAppId ]`: ID of the Azure AD app that is hosting the resource. Read-only. - - `[PinnedMessages ]`: A collection of all the pinned messages in the chat. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Message ]`: chatMessage - - `[Tabs ]`: A collection of all the tabs in the chat. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Configuration ]`: teamsTabConfiguration - - `[(Any) ]`: This indicates any property can be added to this object. - - `[ContentUrl ]`: Url used for rendering tab contents in Teams. Required. - - `[EntityId ]`: Identifier for the entity hosted by the tab provider. - - `[RemoveUrl ]`: Url called by Teams client when a Tab is removed using the Teams Client. - - `[WebsiteUrl ]`: Url for showing tab contents outside of Teams. - - `[DisplayName ]`: Name of the tab. - - `[MessageId ]`: - - `[SortOrderIndex ]`: Index of the order used for sorting tabs. - - `[TeamsApp ]`: teamsApp - - `[TeamsAppId ]`: - - `[WebUrl ]`: Deep link URL of the tab instance. Read only. - - `[TenantId ]`: The identifier of the tenant in which the chat was created. Read-only. - - `[Topic ]`: (Optional) Subject or topic for the chat. Only available for group chats. - - `[Viewpoint ]`: chatViewpoint - - `[(Any) ]`: This indicates any property can be added to this object. - - `[IsHidden ]`: Indicates whether the chat is hidden for the current user. - - `[LastMessageReadDateTime ]`: Represents the dateTime up until which the current user has read chatMessages in a specific chat. - - `[WebUrl ]`: The URL for the chat in Microsoft Teams. The URL should be treated as an opaque blob, and not parsed. Read-only. - - `[City ]`: The city in which the user is located. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[CloudPCs ]`: - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AadDeviceId ]`: The Azure Active Directory (Azure AD) device ID of the Cloud PC. - - `[ConnectivityResult ]`: cloudPcConnectivityResult - - `[(Any) ]`: This indicates any property can be added to this object. - - `[FailedHealthCheckItems ]`: A list of failed health check items. If the status property is available, this property will be empty. - - `[AdditionalDetails ]`: Additional message for this health check. - - `[DisplayName ]`: The connectivity health check item name. - - `[LastHealthCheckDateTime ]`: Timestamp when the last check occurs. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as 2014-01-01T00:00:00Z. - - `[Result ]`: cloudPcConnectivityEventResult - - `[Status ]`: cloudPcConnectivityStatus - - `[UpdatedDateTime ]`: Datetime when the status was updated. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as 2014-01-01T00:00:00Z. - - `[DiskEncryptionState ]`: cloudPcDiskEncryptionState - - `[DisplayName ]`: The display name of the Cloud PC. - - `[GracePeriodEndDateTime ]`: The date and time when the grace period ends and reprovisioning/deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[ImageDisplayName ]`: Name of the OS image that's on the Cloud PC. - - `[LastLoginResult ]`: cloudPcLoginResult - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Time ]`: The time of the Cloud PC sign in action. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as '2014-01-01T00:00:00Z'. Read-only. - - `[LastModifiedDateTime ]`: The last modified date and time of the Cloud PC. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - - `[LastRemoteActionResult ]`: cloudPcRemoteActionResult - - `[(Any) ]`: This indicates any property can be added to this object. - - `[ActionName ]`: The specified action. Supported values in the Microsoft Endpoint Manager portal are: Reprovision, Resize, Restore. Supported values in enterprise Cloud PC devices are: Reboot, Rename, Reprovision, Troubleshoot. - - `[ActionState ]`: actionState - - `[CloudPcId ]`: The ID of the Cloud PC device on which the remote action is performed. Read-only. - - `[LastUpdatedDateTime ]`: Last update time for action. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as '2014-01-01T00:00:00Z'. - - `[ManagedDeviceId ]`: The ID of the Intune managed device on which the remote action is performed. Read-only. - - `[StartDateTime ]`: Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as '2014-01-01T00:00:00Z'. - - `[StatusDetails ]`: cloudPcStatusDetails - - `[(Any) ]`: This indicates any property can be added to this object. - - `[AdditionalInformation ]`: Any additional information about the Cloud PC status. - - `[Code ]`: The code associated with the Cloud PC status. - - `[Message ]`: The status message. - - `[ManagedDeviceId ]`: The Intune device ID of the Cloud PC. - - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. - - `[OSVersion ]`: cloudPcOperatingSystem - - `[OnPremisesConnectionName ]`: The Azure network connection that is applied during the provisioning of Cloud PCs. - - `[PartnerAgentInstallResults ]`: - - `[InstallStatus ]`: cloudPcPartnerAgentInstallStatus - - `[IsThirdPartyPartner ]`: - - `[PartnerAgentName ]`: cloudPcPartnerAgentName - - `[Retriable ]`: - - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. - - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. - - `[ProvisioningType ]`: cloudPcProvisioningType - - `[ServicePlanId ]`: The service plan ID of the Cloud PC. - - `[ServicePlanName ]`: The service plan name of the Cloud PC. - - `[ServicePlanType ]`: cloudPcServicePlanType - - `[Status ]`: cloudPcStatus - - `[StatusDetails ]`: cloudPcStatusDetails - - `[UserAccountType ]`: cloudPcUserAccountType - - `[UserPrincipalName ]`: The user principal name (UPN) of the user assigned to the Cloud PC. - - `[CompanyName ]`: The company name which the user is associated. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[ConsentProvidedForMinor ]`: Sets whether consent has been obtained for minors. Allowed values: null, Granted, Denied and NotRequired. Refer to the legal age group property definitions for further information. Supports $filter (eq, ne, not, and in). - - `[ContactFolders ]`: The user's contacts folders. Read-only. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[ChildFolders ]`: The collection of child folders in the folder. Navigation property. Read-only. Nullable. - - `[Contacts ]`: The contacts in the folder. Navigation property. 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 idenfier for an entity. Read-only. - - `[AssistantName ]`: The name of the contact's assistant. - - `[Birthday ]`: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z - - `[Children ]`: The names of the contact's children. - - `[CompanyName ]`: The name of the contact's company. - - `[Department ]`: The contact's department. - - `[DisplayName ]`: The contact's display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation. - - `[EmailAddresses ]`: The contact's email addresses. - - `[Address ]`: The email address of the person or entity. - - `[Name ]`: The display name of the person or entity. - - `[OtherLabel ]`: To specify a custom type of email address, set type to other, and assign otherLabel to a custom string. For example, you may use a specific email address for your volunteer activities. Set type to other, and set otherLabel to a custom string such as Volunteer work. - - `[Type ]`: emailType - - `[Extensions ]`: The collection of open extensions defined for the contact. Nullable. - - `[FileAs ]`: The name the contact is filed under. - - `[Flag ]`: followupFlag - - `[(Any) ]`: This indicates any property can be added to this object. - - `[CompletedDateTime ]`: dateTimeTimeZone - - `[DueDateTime ]`: dateTimeTimeZone - - `[FlagStatus ]`: followupFlagStatus - - `[StartDateTime ]`: dateTimeTimeZone - - `[Gender ]`: The contact's gender. - - `[Generation ]`: The contact's generation. - - `[GivenName ]`: The contact's given name. - - `[ImAddresses ]`: - - `[Initials ]`: - - `[IsFavorite ]`: - - `[JobTitle ]`: - - `[Manager ]`: - - `[MiddleName ]`: - - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. - - `[NickName ]`: - - `[OfficeLocation ]`: - - `[ParentFolderId ]`: - - `[PersonalNotes ]`: - - `[Phones ]`: - - `[Photo ]`: profilePhoto - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Height ]`: The height of the photo. Read-only. - - `[Width ]`: The width of the photo. Read-only. - - `[PostalAddresses ]`: - - `[Profession ]`: - - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. - - `[SpouseName ]`: - - `[Surname ]`: - - `[Title ]`: - - `[Websites ]`: - - `[Address ]`: The URL of the website. - - `[DisplayName ]`: The display name of the web site. - - `[Type ]`: websiteType - - `[WeddingAnniversary ]`: - - `[YomiCompanyName ]`: - - `[YomiGivenName ]`: - - `[YomiSurname ]`: - - `[DisplayName ]`: The folder's display name. - - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contactFolder. Read-only. Nullable. - - `[ParentFolderId ]`: The ID of the folder's parent folder. - - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contactFolder. Read-only. Nullable. - - `[WellKnownName ]`: The name of the folder if the folder is a recognized folder. Currently contacts is the only recognized contacts folder. - - `[Contacts ]`: The user's contacts. Read-only. Nullable. - - `[Country ]`: The country/region in which the user is located; for example, US or UK. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[CreatedDateTime ]`: The date and time the user was created, in ISO 8601 format and in UTC time. The value cannot be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Azure AD. Property is null for some users created before June 2018 and on-premises users that were synced to Azure AD before June 2018. Read-only. Supports $filter (eq, ne, not , ge, le, in). - - `[CreatedObjects ]`: Directory objects that were created by the user. Read-only. Nullable. - - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Supports $filter (eq, ne, not, and in). - - `[CustomSecurityAttributes ]`: customSecurityAttributeValue - - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters.Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - - `[DeviceEnrollmentConfigurations ]`: Get enrollment configurations targeted to the user - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Assignments ]`: The list of group assignments for the device configuration profile - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Source ]`: Represents source of assignment. - - `[SourceId ]`: Identifier for resource used for deployment to a group - - `[Target ]`: Base type for assignment targets. - - `[(Any) ]`: This indicates any property can be added to this object. - - `[DeviceAndAppManagementAssignmentFilterId ]`: The Id of the filter for the target assignment. - - `[DeviceAndAppManagementAssignmentFilterType ]`: Represents type of the assignment filter. - - `[CreatedDateTime ]`: Created date time in UTC of the device enrollment configuration - - `[Description ]`: The description of the device enrollment configuration - - `[DeviceEnrollmentConfigurationType ]`: Describes the TemplateFamily for the Template entity - - `[DisplayName ]`: The display name of the device enrollment configuration - - `[LastModifiedDateTime ]`: Last modified date time in UTC of the device enrollment configuration - - `[Priority ]`: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. - - `[RoleScopeTagIds ]`: Optional role scope tags for the enrollment restrictions. - - `[Version ]`: The version of the device enrollment configuration - - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceKeys ]`: - - `[DeviceId ]`: - - `[KeyMaterial ]`: - - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - - `[CorrelationId ]`: Id used for tracing the failure in the service. - - `[EventDateTime ]`: Time when the event occurred . - - `[EventName ]`: Event Name corresponding to the Troubleshooting Event. It is an Optional field - - `[TroubleshootingErrorDetails ]`: Object containing detailed information about the error and its remediation. - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Context ]`: Not yet documented - - `[Failure ]`: Not yet documented - - `[FailureDetails ]`: The detailed description of what went wrong. - - `[Remediation ]`: The detailed description of how to remediate this issue. - - `[Resources ]`: Links to helpful documentation about this failure. - - `[Link ]`: The link to the web resource. Can contain any of the following formatters: {{UPN}}, {{DeviceGUID}}, {{UserGUID}} - - `[Text ]`: Not yet documented - - `[Devices ]`: - - `[DirectReports ]`: The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable. Supports $expand. - - `[DisplayName ]`: The name displayed in the address book for the user. This value is usually the combination of the user's first name, middle initial, and last name. 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. - - `[Drive ]`: drive - - `[Drives ]`: A collection of drives available for this user. Read-only. - - `[EmployeeHireDate ]`: The date and time when the user was hired or will start work in case of a future hire. Supports $filter (eq, ne, not , ge, le, in). - - `[EmployeeId ]`: The employee identifier assigned to the user by the organization. The maximum length is 16 characters.Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). - - `[EmployeeLeaveDateTime ]`: The date and time when the user left or will leave the organization. To read or write this property, the calling app must be assigned the User-LifeCycleInfo.Read.All or User-LifeCycleInfo.ReadWrite.All permissions respectively. To read this property in delegated scenarios, the admin needs one of the following Azure AD roles: Lifecycle Workflows Administrator, Global Reader, or Global Admin. To write this property in delegated scenarios, the admin needs the Global Administrator Azure AD role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user. - - `[EmployeeOrgData ]`: employeeOrgData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[CostCenter ]`: The cost center associated with the user. Returned only on $select. Supports $filter. - - `[Division ]`: The name of the division in which the user works. Returned only on $select. Supports $filter. - - `[EmployeeType ]`: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. Supports $filter (eq, ne, not , ge, le, in, startsWith). - - `[Events ]`: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. - - `[Extensions ]`: The collection of open extensions defined for the user. Supports $expand. Nullable. - - `[ExternalUserState ]`: For an external user invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Supports $filter (eq, ne, not , in). - - `[ExternalUserStateChangeDateTime ]`: Shows the timestamp for the latest change to the externalUserState property. Supports $filter (eq, ne, not , in). - - `[FaxNumber ]`: The fax number of the user. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). - - `[FollowedSites ]`: - - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user - - `[CreatedDateTime ]`: Date and time of item creation. Read-only. - - `[Description ]`: Provides a user-visible description of the item. Optional. - - `[ETag ]`: ETag for the item. Read-only. - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user - - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - - `[Name ]`: The name of the item. Read-write. - - `[ParentReference ]`: itemReference - - `[(Any) ]`: This indicates any property can be added to this object. - - `[DriveId ]`: Unique identifier of the drive instance that contains the item. Read-only. - - `[DriveType ]`: Identifies the type of drive. See [drive][] resource for values. - - `[Id ]`: Unique identifier of the item in the drive. Read-only. - - `[Name ]`: The name of the item being referenced. Read-only. - - `[Path ]`: Path that can be used to navigate to the item. Read-only. - - `[ShareId ]`: A unique identifier for a shared resource that can be accessed via the [Shares][] API. - - `[SharepointIds ]`: sharepointIds - - `[(Any) ]`: This indicates any property can be added to this object. - - `[ListId ]`: The unique identifier (guid) for the item's list in SharePoint. - - `[ListItemId ]`: An integer identifier for the item within the containing list. - - `[ListItemUniqueId ]`: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site. - - `[SiteId ]`: The unique identifier (guid) for the item's site collection (SPSite). - - `[SiteUrl ]`: The SharePoint URL for the site that contains the item. - - `[TenantId ]`: The unique identifier (guid) for the tenancy. - - `[WebId ]`: The unique identifier (guid) for the item's site (SPWeb). - - `[SiteId ]`: For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated. - - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Analytics ]`: itemAnalytics - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[AllTime ]`: itemActivityStat - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Access ]`: itemActionStat - - `[(Any) ]`: This indicates any property can be added to this object. - - `[ActionCount ]`: The number of times the action took place. Read-only. - - `[ActorCount ]`: The number of distinct actors that performed the action. Read-only. - - `[Activities ]`: Exposes the itemActivities represented in this itemActivityStat resource. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Access ]`: accessAction - - `[(Any) ]`: This indicates any property can be added to this object. - - `[ActivityDateTime ]`: Details about when the activity took place. Read-only. - - `[Actor ]`: identitySet - - `[DriveItem ]`: driveItem - - `[(Any) ]`: This indicates any property can be added to this object. - - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user - - `[CreatedDateTime ]`: Date and time of item creation. Read-only. - - `[Description ]`: Provides a user-visible description of the item. Optional. - - `[ETag ]`: ETag for the item. Read-only. - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user - - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - - `[Name ]`: The name of the item. Read-write. - - `[ParentReference ]`: itemReference - - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Activities ]`: The list of recent activities that took place on this item. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Action ]`: itemActionSet - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Comment ]`: commentAction - - `[(Any) ]`: This indicates any property can be added to this object. - - `[IsReply ]`: If true, this activity was a reply to an existing comment thread. - - `[ParentAuthor ]`: identitySet - - `[Participants ]`: The identities of the users participating in this comment thread. - - `[Create ]`: createAction - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Delete ]`: deleteAction - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Name ]`: The name of the item that was deleted. - - `[ObjectType ]`: File or Folder, depending on the type of the deleted item. - - `[Edit ]`: editAction - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Mention ]`: mentionAction - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Mentionees ]`: The identities of the users mentioned in this action. - - `[Move ]`: moveAction - - `[(Any) ]`: This indicates any property can be added to this object. - - `[From ]`: The name of the location the item was moved from. - - `[To ]`: The name of the location the item was moved to. - - `[Rename ]`: renameAction - - `[(Any) ]`: This indicates any property can be added to this object. - - `[NewName ]`: The new name of the item. - - `[OldName ]`: The previous name of the item. - - `[Restore ]`: restoreAction - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Share ]`: shareAction - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Recipients ]`: The identities the item was shared with in this action. - - `[Version ]`: versionAction - - `[(Any) ]`: This indicates any property can be added to this object. - - `[NewVersion ]`: The name of the new version that was created by this action. - - `[Actor ]`: identitySet - - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem - - `[(Any) ]`: This indicates any property can be added to this object. - - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user - - `[CreatedDateTime ]`: Date and time of item creation. Read-only. - - `[Description ]`: Provides a user-visible description of the item. Optional. - - `[ETag ]`: ETag for the item. Read-only. - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user - - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - - `[Name ]`: The name of the item. Read-write. - - `[ParentReference ]`: itemReference - - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics - - `[ContentType ]`: contentTypeInfo - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - - `[Deleted ]`: deleted - - `[(Any) ]`: This indicates any property can be added to this object. - - `[State ]`: Represents the state of the deleted item. - - `[DocumentSetVersions ]`: Version information for a document set version created by a user. - - `[Fields ]`: fieldValueSet - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. - - `[Publication ]`: publicationFacet - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Level ]`: The state of publication for this document. Either published or checkout. Read-only. - - `[VersionId ]`: The unique identifier for the version that is visible to the current caller. Read-only. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Comment ]`: Comment about the captured version. - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Date and time when this version was created. - - `[Items ]`: Items within the document set that are captured as part of this version. - - `[ItemId ]`: The unique identifier for the item. - - `[Title ]`: The title of the item. - - `[VersionId ]`: The version ID of the item. - - `[ShouldCaptureMinorVersion ]`: If true, minor versions of items are also captured; otherwise, only major versions will be captured. Default value is false. - - `[DriveItem ]`: driveItem - - `[Fields ]`: fieldValueSet - - `[SharepointIds ]`: sharepointIds - - `[Versions ]`: The list of previous versions of the list item. - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. - - `[Publication ]`: publicationFacet - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[Fields ]`: fieldValueSet - - `[Times ]`: itemActivityTimeSet - - `[(Any) ]`: This indicates any property can be added to this object. - - `[LastRecordedDateTime ]`: - - `[ObservedDateTime ]`: When the activity was observed to take place. - - `[RecordedDateTime ]`: When the observation was recorded on the service. - - `[Analytics ]`: itemAnalytics - - `[Audio ]`: audio - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Album ]`: The title of the album for this audio file. - - `[AlbumArtist ]`: The artist named on the album for the audio file. - - `[Artist ]`: The performing artist for the audio file. - - `[Bitrate ]`: Bitrate expressed in kbps. - - `[Composers ]`: The name of the composer of the audio file. - - `[Copyright ]`: Copyright information for the audio file. - - `[Disc ]`: The number of the disc this audio file came from. - - `[DiscCount ]`: The total number of discs in this album. - - `[Duration ]`: Duration of the audio file, expressed in milliseconds - - `[Genre ]`: The genre of this audio file. - - `[HasDrm ]`: Indicates if the file is protected with digital rights management. - - `[IsVariableBitrate ]`: Indicates if the file is encoded with a variable bitrate. - - `[Title ]`: The title of the audio file. - - `[Track ]`: The number of the track on the original disc for this audio file. - - `[TrackCount ]`: The total number of tracks on the original disc for this audio file. - - `[Year ]`: The year the audio file was recorded. - - `[Bundle ]`: bundle - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Album ]`: album - - `[(Any) ]`: This indicates any property can be added to this object. - - `[CoverImageItemId ]`: Unique identifier of the [driveItem][] that is the cover of the album. - - `[ChildCount ]`: Number of children contained immediately within this container. - - `[CTag ]`: An eTag for the content of the item. This eTag is not changed if only the metadata is changed. Note This property is not returned if the item is a folder. Read-only. - - `[Children ]`: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. - - `[Content ]`: The content stream, if the item represents a file. - - `[Deleted ]`: deleted - - `[File ]`: file - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Hashes ]`: hashes - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Crc32Hash ]`: The CRC32 value of the file in little endian (if available). Read-only. - - `[QuickXorHash ]`: A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available). Read-only. - - `[Sha1Hash ]`: SHA1 hash for the contents of the file (if available). Read-only. - - `[Sha256Hash ]`: SHA256 hash for the contents of the file (if available). Read-only. - - `[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. - - `[ProcessingMetadata ]`: - - `[FileSystemInfo ]`: fileSystemInfo - - `[(Any) ]`: This indicates any property can be added to this object. - - `[CreatedDateTime ]`: The UTC date and time the file was created on a client. - - `[LastAccessedDateTime ]`: The UTC date and time the file was last accessed. Available for the recent file list only. - - `[LastModifiedDateTime ]`: The UTC date and time the file was last modified on a client. - - `[Folder ]`: folder - - `[(Any) ]`: This indicates any property can be added to this object. - - `[ChildCount ]`: Number of children contained immediately within this container. - - `[View ]`: folderView - - `[(Any) ]`: This indicates any property can be added to this object. - - `[SortBy ]`: The method by which the folder should be sorted. - - `[SortOrder ]`: If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending. - - `[ViewType ]`: The type of view that should be used to represent the folder. - - `[Image ]`: image - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem - - `[Location ]`: geoCoordinates - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. - - `[Latitude ]`: Optional. The latitude, in decimal, for the item. Read-only. - - `[Longitude ]`: Optional. The longitude, in decimal, for the item. Read-only. - - `[Malware ]`: malware - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Description ]`: Contains the virus details for the malware facet. - - `[Media ]`: media - - `[(Any) ]`: This indicates any property can be added to this object. - - `[IsTranscriptionShown ]`: If a file has a transcript, this setting controls if the closed captions / transcription for the media file should be shown to people during viewing. Read-Write. - - `[MediaSource ]`: mediaSource - - `[(Any) ]`: This indicates any property can be added to this object. - - `[ContentCategory ]`: mediaSourceContentCategory - - `[Package ]`: package - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: A string indicating the type of package. While oneNote is the only currently defined value, you should expect other package types to be returned and handle them accordingly. - - `[PendingOperations ]`: pendingOperations - - `[(Any) ]`: This indicates any property can be added to this object. - - `[PendingContentUpdate ]`: pendingContentUpdate - - `[(Any) ]`: This indicates any property can be added to this object. - - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - - `[Id ]`: The unique idenfier for an entity. Read-only. - - `[ExpirationDateTime ]`: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. - - `[GrantedTo ]`: identitySet - - `[GrantedToIdentities ]`: - - `[GrantedToIdentitiesV2 ]`: For link type permissions, the details of the users to whom permission was granted. Read-only. - - `[Application ]`: identity - - `[Device ]`: identity - - `[User ]`: identity - - `[Group ]`: identity - - `[SiteGroup ]`: sharePointIdentity - - `[(Any) ]`: This indicates any property can be added to this object. - - `[DisplayName ]`: The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. - - `[Id ]`: Unique identifier for the identity. - - `[LoginName ]`: The sign in name of the SharePoint identity. - - `[SiteUser ]`: sharePointIdentity - - `[GrantedToV2 ]`: sharePointIdentitySet - - `[HasPassword ]`: Indicates whether the password is set for this permission. This property only appears in the response. Optional. Read-only. For OneDrive Personal only. - - `[InheritedFrom ]`: itemReference - - `[Invitation ]`: sharingInvitation - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Email ]`: The email address provided for the recipient of the sharing invitation. Read-only. - - `[InvitedBy ]`: identitySet - - `[RedeemedBy ]`: - - `[SignInRequired ]`: If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only. - - `[Link ]`: sharingLink - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Application ]`: identity - - `[ConfiguratorUrl ]`: - - `[PreventsDownload ]`: If true then the user can only use this link to view the item on the web, and cannot use it to download the contents of the item. Only for OneDrive for Business and SharePoint. - - `[Scope ]`: The scope of the link represented by this permission. Value anonymous indicates the link is usable by anyone, organization indicates the link is only usable for users signed into the same tenant. - - `[Type ]`: The type of the link created. - - `[WebHtml ]`: For embed links, this property contains the HTML code for an